diff --git a/pep-0508.txt b/pep-0508.txt index 945bdbcc9..a431edee9 100644 --- a/pep-0508.txt +++ b/pep-0508.txt @@ -53,7 +53,7 @@ Examples All features of the language shown with a name based lookup:: - requests [security,tests] >= 2.8.1, == 2.8.* ; python_version < "2.7.10" + requests [security,tests] >= 2.8.1, == 2.8.* ; python_version < "2.7" A minimal URL based lookup:: @@ -324,8 +324,8 @@ permitted to be present in PyPI uploaded distributions anyway. Secondly, PEP-426 markers which have had some reasonable deployment, particularly in wheels and pip, will handle version comparisons with -``python_version`` "2.7.10" differently. Specifically in 426 "2.7.10" is less -than "2.7.9". This backward incompatibility is deliberate. We are also +``python_full_version`` "2.7.10" differently. Specifically in 426 "2.7.10" is +less than "2.7.9". This backward incompatibility is deliberate. We are also defining new operators - "~=" and "===", and new variables - ``platform_release``, ``platform_system``, ``implementation_name``, and ``implementation_version`` which are not present in older marker