Merged
Instead of normalizing 1.0 to 1, we'll continue to keep all of the digits that a version normally contains so we can more faithfully recreate it. The compare key will still continue to drop trailing zeros for comparing versions.
The : character has special connotations on Windows, which makes it an invalid character, so we'll use ! instead which is not an invalid character.
dstufft
changed the title
[WIP] PEP 440 Implementation
PEP 440 Implementation
Closed
Merged
pradyunsg pushed a commit that referenced this pull request
Dec 19, 2023brettcannon added a commit that referenced this pull request
Jan 12, 2024Signed-off-by: StepSecurity Bot <bot@stepsecurity.io> Co-authored-by: StepSecurity Bot <bot@stepsecurity.io> Co-authored-by: Brett Cannon <brett@python.org>
Merged