dstufft · GitHub

@dstufft mentioned this pull request

Jun 25, 2014

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

dstufft added a commit that referenced this pull request

Aug 26, 2014
[WIP] PEP 440 Implementation

@dstufft

@dstufft

@dstufft dstufft changed the title [WIP] PEP 440 Implementation PEP 440 Implementation

Aug 26, 2014

dstufft added a commit that referenced this pull request

Aug 26, 2014
PEP 440 Implementation

Closed

Merged

pradyunsg pushed a commit that referenced this pull request

Dec 19, 2023
The ignore was added in #1, and was migrated from `.coveragerc` to the `pyproject.toml` in #586, even though the file had already been deleted over a year ago in #376.
Since the file no longer exists, the ignore should just be removed.

brettcannon added a commit that referenced this pull request

Jan 12, 2024
Signed-off-by: StepSecurity Bot <bot@stepsecurity.io>
Co-authored-by: StepSecurity Bot <bot@stepsecurity.io>
Co-authored-by: Brett Cannon <brett@python.org>

Merged

Read the original on github.com ↗