added PEP 315; updated
This commit is contained in:
parent
a4ebb4cd61
commit
ac2216bff4
|
@ -30,7 +30,7 @@ Index by Category
|
|||
Meta-PEPs (PEPs about PEPs or Process)
|
||||
|
||||
I 0 Index of Python Enhancement Proposals Goodger, Warsaw
|
||||
I 1 PEP Guidelines Warsaw, Hylton
|
||||
I 1 PEP Guidelines Warsaw, Hylton, Goodger
|
||||
I 2 Procedure for Adding New Modules Faassen
|
||||
I 3 Guidelines for Handling Bug Reports Hylton
|
||||
I 4 Deprecation of Standard Modules von Loewis
|
||||
|
@ -115,6 +115,7 @@ Index by Category
|
|||
S 312 Simple Implicit Lambda Suzi, Martelli
|
||||
S 313 Adding Roman Numeral Literals to Python Meyer
|
||||
S 314 Metadata for Python Software Packages v1.1 Kuchling
|
||||
S 315 Enhanced While Loop Carroll
|
||||
S 754 IEEE 754 Floating Point Special Values Warnes
|
||||
|
||||
Finished PEPs (done, implemented in CVS)
|
||||
|
@ -187,8 +188,8 @@ Numerical Index
|
|||
|
||||
num title owner
|
||||
--- ----- -----
|
||||
I 0 Index of Python Enhancement Proposals Warsaw
|
||||
I 1 PEP Guidelines Warsaw, Hylton
|
||||
I 0 Index of Python Enhancement Proposals Goodger, Warsaw
|
||||
I 1 PEP Guidelines Warsaw, Hylton, Goodger
|
||||
I 2 Procedure for Adding New Modules Faassen
|
||||
I 3 Guidelines for Handling Bug Reports Hylton
|
||||
I 4 Deprecation of Standard Modules von Loewis
|
||||
|
@ -321,6 +322,7 @@ Numerical Index
|
|||
S 312 Simple Implicit Lambda Suzi, Martelli
|
||||
S 313 Adding Roman Numeral Literals to Python Meyer
|
||||
S 314 Metadata for Python Software Packages v1.1 Kuchling
|
||||
S 315 Enhanced While Loop Carroll
|
||||
SR 666 Reject Foolish Indentation Creighton
|
||||
S 754 IEEE 754 Floating Point Special Values Warnes
|
||||
|
||||
|
@ -347,6 +349,7 @@ Owners
|
|||
Barrett, Paul barrett@stsci.edu
|
||||
Baxter, Anthony anthony@interlink.com.au
|
||||
Bellman, Thomas bellman+pep-divmod@lysator.liu.se
|
||||
Carroll, W Isaac icarroll@pobox.com
|
||||
Cole, Dave djc@object-craft.com.au
|
||||
Craig, Christopher python-pep@ccraig.org
|
||||
Creighton, Laura lac@strakt.com
|
||||
|
|
Loading…
Reference in New Issue