[Python-checkins] peps: Flag PEP 2 as obsolete with a reference to the relevant section of the

nick.coghlan python-checkins at python.org
Wed May 30 12:44:01 CEST 2012


http://hg.python.org/peps/rev/26c61cd277ed
changeset:   4443:26c61cd277ed
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Wed May 30 20:43:49 2012 +1000
summary:
  Flag PEP 2 as obsolete with a reference to the relevant section of the developer's guide

files:
  pep-0002.txt |  13 +++++++++++--
  1 files changed, 11 insertions(+), 2 deletions(-)


diff --git a/pep-0002.txt b/pep-0002.txt
--- a/pep-0002.txt
+++ b/pep-0002.txt
@@ -2,13 +2,18 @@
 Title: Procedure for Adding New Modules
 Version: $Revision$
 Last-Modified: $Date$
-Author: faassen at infrae.com (Martijn Faassen)
-Status: Active
+Author: Martijn Faassen <faassen at infrae.com>
+Status: Final
 Type: Process
 Created: 07-Jul-2001
 Post-History: 07-Jul-2001, 09-Mar-2002
 
 
+PEP Replacement
+
+    This PEP has been superseded by the updated material in the Python
+    Developer's Guide [1].
+
 Introduction
 
     The Python Standard Library contributes significantly to Python's
@@ -185,6 +190,10 @@
 
     Relationship to the mythical Catalog?
 
+References
+
+    [1] Adding to the Stdlib
+        http://docs.python.org/devguide/stdlibchanges.html
 
 Copyright
 

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


More information about the Python-checkins mailing list