We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a5a0b commit 54d8f01Copy full SHA for 54d8f01
pep-0440.txt
@@ -1204,6 +1204,10 @@ defined in a new PEP.
1204
Summary of differences from pkg_resources.parse_version
1205
=======================================================
1206
1207
+* Note: this comparison is to ``pkg_resourses.parse_version`` as it existed at
1208
+ the time the PEP was written. After the PEP was accepted, setuptools 6.0 and
1209
+ later versions adopted the behaviour described in this PEP.
1210
+
1211
* Local versions sort differently, this PEP requires that they sort as greater
1212
than the same version without a local version, whereas
1213
``pkg_resources.parse_version`` considers it a pre-release marker.
0 commit comments