Skip to content

Commit b072483

Browse files
authored
440: Extend example to clarify 1.dev0 < 1.0.15 (#2108)
>>> from packaging.version import Version >>> Version("1.dev0") > Version("1.0.15") False
1 parent cb8b62e commit b072483

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pep-0440.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -676,6 +676,7 @@ shared prefix, ordering MUST be by the value of the numeric component.
676676

677677
The following example covers many of the possible combinations::
678678

679+
1.dev0
679680
1.0.dev456
680681
1.0a1
681682
1.0a2.dev456
@@ -693,6 +694,7 @@ The following example covers many of the possible combinations::
693694
1.0+5
694695
1.0.post456.dev34
695696
1.0.post456
697+
1.0.15
696698
1.1.dev1
697699

698700

0 commit comments

Comments
 (0)