From d0e7dc863279e5bf13a28e28cee41098adc8b0cc Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Wed, 30 May 2012 20:43:49 +1000 Subject: [PATCH] Flag PEP 2 as obsolete with a reference to the relevant section of the developer's guide --- pep-0002.txt | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/pep-0002.txt b/pep-0002.txt index 067578528..0c8e10335 100644 --- a/pep-0002.txt +++ b/pep-0002.txt @@ -2,13 +2,18 @@ PEP: 2 Title: Procedure for Adding New Modules Version: $Revision$ Last-Modified: $Date$ -Author: faassen@infrae.com (Martijn Faassen) -Status: Active +Author: Martijn Faassen +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 @@ Open issues Relationship to the mythical Catalog? +References + + [1] Adding to the Stdlib + http://docs.python.org/devguide/stdlibchanges.html Copyright