[Python-checkins] peps: Clarify numbering scheme a bit more.

guido.van.rossum python-checkins at python.org
Tue Mar 13 01:06:50 CET 2012


http://hg.python.org/peps/rev/64946958be78
changeset:   4134:64946958be78
user:        Guido van Rossum <guido at google.com>
date:        Mon Mar 12 17:06:44 2012 -0700
summary:
  Clarify numbering scheme a bit more.

files:
  pep-0001.txt |  8 ++++++--
  1 files changed, 6 insertions(+), 2 deletions(-)


diff --git a/pep-0001.txt b/pep-0001.txt
--- a/pep-0001.txt
+++ b/pep-0001.txt
@@ -413,8 +413,12 @@
 
 Once the PEP is ready for the repository, the PEP editor will:
 
-* Assign a PEP number (almost always just the next available *lowest*
-  number, but sometimes it's a special/joke number, like 666 or 3141).
+* Assign a PEP number (almost always just the next available number,
+  but sometimes it's a special/joke number, like 666 or 3141).
+  (Clarification: For Python 3, we used numbers in the 3000s for
+  Py3k-specific proposals.  But now that all new features go into
+  Python 3 only, we're back to using numbers in the 100s again.
+  Remember that numbers below 100 are meta-PEPs.)
 
 * List the PEP in PEP 0 (in two places: the categorized list, and the
   numeric list).

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


More information about the Python-checkins mailing list