Clarify numbering scheme a bit more.

This commit is contained in:
Guido van Rossum 2012-03-12 17:06:44 -07:00
parent 9691313918
commit 40a8590b14
1 changed files with 6 additions and 2 deletions

View File

@ -413,8 +413,12 @@ revision, with specific instructions.
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).