Commit Graph

7 Commits

Author SHA1 Message Date
Brett Cannon 67047cbf74 Add a missing parenthesis (#298) 2017-06-26 12:23:18 -07:00
Vincent Philippon 6f5d594ca2 PEP-508: Fix imprecisions about `python_version` (#240)
* Change the specification example to be clearer.

Previously, we compared python_version < "2.7.10".
As python_version only keeps the major and minor number (2.7, 3.2),
it could lead to unexpected behaviour when comparing to 3-parts versions.
Changing the example might reduce the risk of making that small but
confusing mistake.

* Fix mistake in Backwards Compatibility about python_version.

In this section, it said:
"handle version comparisons with python_version "2.7.10" differently."
while is should have mentionned python_full_version, as python_version
will never have a 3-part version value.
2017-04-11 09:17:01 -04:00
Nick Coghlan 54f77d6af9 PEP 508: Mark as Informational to match other metadata PEPs 2017-03-10 19:14:27 +10:00
Marti Raudsepp 04a6af2ab1 Fix various typos, spelling and grammar errors
Errors detected using Topy (https://github.com/intgr/topy), all changes
verified by hand.
2016-07-11 18:35:35 +03:00
Donald Stufft 3c361038d4 Update PEP 508 2016-02-17 18:25:21 -05:00
Donald Stufft 5b3156e9e9 Correct a slightly inaccurate statement 2015-11-22 19:55:14 -05:00
Donald Stufft e9e6946078 Add PEP 508 - Dependency specification for Python Software Packages 2015-11-22 19:53:50 -05:00