PEPs are in SVN now. Also update PEP 1s title
This commit is contained in:
parent
929fdb2d4b
commit
6b9a28d9c2
|
@ -14,7 +14,7 @@ Introduction
|
||||||
|
|
||||||
The PEP contains the index of all Python Enhancement Proposals,
|
The PEP contains the index of all Python Enhancement Proposals,
|
||||||
known as PEPs. PEP numbers are assigned by the PEP Editor, and
|
known as PEPs. PEP numbers are assigned by the PEP Editor, and
|
||||||
once assigned are never changed. The CVS history[1] of the PEP
|
once assigned are never changed. The SVN history[1] of the PEP
|
||||||
texts represent their historical record.
|
texts represent their historical record.
|
||||||
|
|
||||||
The BDFL maintains his own Pronouncements page[2] at
|
The BDFL maintains his own Pronouncements page[2] at
|
||||||
|
@ -30,7 +30,7 @@ Index by Category
|
||||||
Meta-PEPs (PEPs about PEPs or Process)
|
Meta-PEPs (PEPs about PEPs or Process)
|
||||||
|
|
||||||
I 0 Index of Python Enhancement Proposals Goodger, Warsaw
|
I 0 Index of Python Enhancement Proposals Goodger, Warsaw
|
||||||
P 1 PEP Guidelines Warsaw, Hylton, Goodger
|
P 1 PEP Purpose and Guidelines Warsaw, Hylton, Goodger
|
||||||
I 2 Procedure for Adding New Modules Faassen
|
I 2 Procedure for Adding New Modules Faassen
|
||||||
I 3 Guidelines for Handling Bug Reports Hylton
|
I 3 Guidelines for Handling Bug Reports Hylton
|
||||||
I 4 Deprecation of Standard Modules von Loewis
|
I 4 Deprecation of Standard Modules von Loewis
|
||||||
|
@ -232,7 +232,7 @@ Numerical Index
|
||||||
num title owner
|
num title owner
|
||||||
--- ----- -----
|
--- ----- -----
|
||||||
I 0 Index of Python Enhancement Proposals Goodger, Warsaw
|
I 0 Index of Python Enhancement Proposals Goodger, Warsaw
|
||||||
P 1 PEP Guidelines Warsaw, Hylton, Goodger
|
P 1 PEP Purpose and Guidelines Warsaw, Hylton, Goodger
|
||||||
I 2 Procedure for Adding New Modules Faassen
|
I 2 Procedure for Adding New Modules Faassen
|
||||||
I 3 Guidelines for Handling Bug Reports Hylton
|
I 3 Guidelines for Handling Bug Reports Hylton
|
||||||
I 4 Deprecation of Standard Modules von Loewis
|
I 4 Deprecation of Standard Modules von Loewis
|
||||||
|
@ -523,7 +523,7 @@ Owners
|
||||||
References
|
References
|
||||||
|
|
||||||
[1] View PEP history online
|
[1] View PEP history online
|
||||||
http://cvs.sf.net/cgi-bin/viewcvs.cgi/python/python/nondist/peps/
|
http://svn.python.org/projects/peps/trunk/
|
||||||
|
|
||||||
[2] The Benevolent Dictator For Life's Parade of PEPs
|
[2] The Benevolent Dictator For Life's Parade of PEPs
|
||||||
http://www.python.org/doc/essays/pepparade.html
|
http://www.python.org/doc/essays/pepparade.html
|
||||||
|
|
Loading…
Reference in New Issue