diff --git a/pep-0345.txt b/pep-0345.txt index 9a600dbb8..7d9913238 100644 --- a/pep-0345.txt +++ b/pep-0345.txt @@ -68,7 +68,7 @@ Version ::::::: A string containing the distribution's version number. This -field must be in the format specified in PEP 386. +field must be in the format specified in PEP 440. Example:: @@ -371,7 +371,7 @@ parentheses. Because they refer to non-Python software releases, version numbers for this field are **not** required to conform to the format -specified in PEP 386: they should correspond to the +specified in PEP 440: they should correspond to the version scheme used by the external dependency. Notice that there's is no particular rule on the strings to be used. @@ -406,7 +406,7 @@ Any number of conditional operators can be specified, e.g. the string ">1.0, !=1.3.4, <2.0" is a legal version declaration. The comma (",") is equivalent to the **and** operator. -Each version number must be in the format specified in PEP 386. +Each version number must be in the format specified in PEP 440. When a version is provided, it always includes all versions that starts with the same value. For example, the "2.5" version of Python