[Python-checkins] peps: Fix PEP numbers.

barry.warsaw python-checkins at python.org
Sun Nov 13 18:00:03 CET 2011


http://hg.python.org/peps/rev/1346b214ab8a
changeset:   3986:1346b214ab8a
user:        Barry Warsaw <barry at python.org>
date:        Sun Nov 13 11:59:59 2011 -0500
summary:
  Fix PEP numbers.

files:
  pep-0404.txt |  2 +-
  pep-0405.txt |  2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/pep-0404.txt b/pep-0404.txt
--- a/pep-0404.txt
+++ b/pep-0404.txt
@@ -1,4 +1,4 @@
-PEP: 405
+PEP: 404
 Title: Python 2.8 Un-release Schedule
 Version: $Revision$
 Last-Modified: $Date$
diff --git a/pep-0405.txt b/pep-0405.txt
--- a/pep-0405.txt
+++ b/pep-0405.txt
@@ -1,4 +1,4 @@
-PEP: 404
+PEP: 405
 Title: Python Virtual Environments
 Version: $Revision$
 Last-Modified: $Date$

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


More information about the Python-checkins mailing list