Flag PEP 2 as obsolete with a reference to the relevant section of the developer's guide
This commit is contained in:
parent
5967acd1b4
commit
d0e7dc8632
13
pep-0002.txt
13
pep-0002.txt
|
@ -2,13 +2,18 @@ PEP: 2
|
||||||
Title: Procedure for Adding New Modules
|
Title: Procedure for Adding New Modules
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: faassen@infrae.com (Martijn Faassen)
|
Author: Martijn Faassen <faassen@infrae.com>
|
||||||
Status: Active
|
Status: Final
|
||||||
Type: Process
|
Type: Process
|
||||||
Created: 07-Jul-2001
|
Created: 07-Jul-2001
|
||||||
Post-History: 07-Jul-2001, 09-Mar-2002
|
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
|
Introduction
|
||||||
|
|
||||||
The Python Standard Library contributes significantly to Python's
|
The Python Standard Library contributes significantly to Python's
|
||||||
|
@ -185,6 +190,10 @@ Open issues
|
||||||
|
|
||||||
Relationship to the mythical Catalog?
|
Relationship to the mythical Catalog?
|
||||||
|
|
||||||
|
References
|
||||||
|
|
||||||
|
[1] Adding to the Stdlib
|
||||||
|
http://docs.python.org/devguide/stdlibchanges.html
|
||||||
|
|
||||||
Copyright
|
Copyright
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue