[Python-checkins] peps: Be explicit about using the lowest PEP number (e.g. in the 400s) instead of the
brett.cannon
python-checkins at python.org
Tue Mar 13 00:22:41 CET 2012
http://hg.python.org/peps/rev/7a9fb7faa02f
changeset: 4129:7a9fb7faa02f
user: Brett Cannon <brett at python.org>
date: Mon Mar 12 19:22:35 2012 -0400
summary:
Be explicit about using the lowest PEP number (e.g. in the 400s) instead of the next number (e.g. in the 3100s).
files:
pep-0001.txt | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pep-0001.txt b/pep-0001.txt
--- a/pep-0001.txt
+++ b/pep-0001.txt
@@ -413,8 +413,8 @@
Once the PEP is ready for the repository, the PEP editor will:
-* Assign a PEP number (almost always just the next available number,
- but sometimes it's a special/joke number, like 666 or 3141).
+* Assign a PEP number (almost always just the next available *lowest*
+ number, but sometimes it's a special/joke number, like 666 or 3141).
* 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