[Python-checkins] peps: PEP-0426 formatting, default

daniel.holth python-checkins at python.org
Thu Jan 31 17:36:58 CET 2013


http://hg.python.org/peps/rev/7cc20e6f85d8
changeset:   4704:7cc20e6f85d8
user:        Daniel Holth <dholth at fastmail.fm>
date:        Thu Jan 31 11:36:46 2013 -0500
summary:
  PEP-0426 formatting, default

files:
  pep-0426.txt |  4 +++-
  1 files changed, 3 insertions(+), 1 deletions(-)


diff --git a/pep-0426.txt b/pep-0426.txt
--- a/pep-0426.txt
+++ b/pep-0426.txt
@@ -489,7 +489,7 @@
 A string specifying the sorting method for this distribution's version
 numbers.  Although straightforward version numbers tend to sort the same in
 each scheme, there is disagreement about how to sort patch releases and
-versions having alphanumeric components such as "1.0.0rc2" and "1.0.0pre3".
+versions having alphanumeric components such as "1.0.0rc2" and "1.0.0pre3"::
 
     Version-Scheme: pkg_resources
     Version-Scheme: pep386
@@ -499,6 +499,8 @@
 * pkg_resources: sort versions compatibly with setuptools' pkg_resources module
 * pep386: sort according to the rules in pep386
 
+The default is pep386.
+
 
 Version Specifiers
 ==================

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list