Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PEP 440: Extend example to clarify 1.dev0 < 1.0.15 #2108

Merged
merged 1 commit into from
Dec 23, 2021
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
2 changes: 2 additions & 0 deletions pep-0440.txt
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,7 @@ shared prefix, ordering MUST be by the value of the numeric component.

The following example covers many of the possible combinations::

1.dev0
1.0.dev456
1.0a1
1.0a2.dev456
Expand All @@ -693,6 +694,7 @@ The following example covers many of the possible combinations::
1.0+5
1.0.post456.dev34
1.0.post456
1.0.15
1.1.dev1


Expand Down