Skip to content

Commit 54d8f01

Browse files
authored
PEP 440: note that setuptools comparison is historical (#2422)
1 parent 00a5a0b commit 54d8f01

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pep-0440.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1204,6 +1204,10 @@ defined in a new PEP.
12041204
Summary of differences from pkg_resources.parse_version
12051205
=======================================================
12061206

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+
12071211
* Local versions sort differently, this PEP requires that they sort as greater
12081212
than the same version without a local version, whereas
12091213
``pkg_resources.parse_version`` considers it a pre-release marker.

0 commit comments

Comments
 (0)