Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pep-0440.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1204,6 +1204,10 @@ defined in a new PEP.
Summary of differences from pkg_resources.parse_version
=======================================================

* Note: this comparison is to ``pkg_resourses.parse_version`` as it existed at
the time the PEP was written. After the PEP was accepted, setuptools 6.0 and
later versions adopted the behaviour described in this PEP.

* Local versions sort differently, this PEP requires that they sort as greater
than the same version without a local version, whereas
``pkg_resources.parse_version`` considers it a pre-release marker.
Expand Down