added PEP 306; 305 authors
This commit is contained in:
parent
f47cf8f88d
commit
6a0ff8628b
|
@ -106,7 +106,8 @@ Index by Category
|
||||||
S 302 New Import Hooks JvR
|
S 302 New Import Hooks JvR
|
||||||
S 303 Extend divmod() for Multiple Divisors Bellman
|
S 303 Extend divmod() for Multiple Divisors Bellman
|
||||||
S 304 Controlling Generation of Bytecode Files Montanaro
|
S 304 Controlling Generation of Bytecode Files Montanaro
|
||||||
I 305 CSV File API Montanaro, Altis, Wells
|
I 305 CSV File API Montanaro, et al
|
||||||
|
I 306 How to Change Python's Grammar Hudson
|
||||||
|
|
||||||
Finished PEPs (done, implemented in CVS)
|
Finished PEPs (done, implemented in CVS)
|
||||||
|
|
||||||
|
@ -301,7 +302,8 @@ Numerical Index
|
||||||
S 302 New Import Hooks JvR
|
S 302 New Import Hooks JvR
|
||||||
S 303 Extend divmod() for Multiple Divisors Bellman
|
S 303 Extend divmod() for Multiple Divisors Bellman
|
||||||
S 304 Controlling Generation of Bytecode Files Montanaro
|
S 304 Controlling Generation of Bytecode Files Montanaro
|
||||||
I 305 CSV File API Montanaro, Altis, Wells
|
I 305 CSV File API Montanaro, et al
|
||||||
|
I 306 How to Change Python's Grammar Hudson
|
||||||
SR 666 Reject Foolish Indentation Creighton
|
SR 666 Reject Foolish Indentation Creighton
|
||||||
|
|
||||||
|
|
||||||
|
@ -327,6 +329,7 @@ Owners
|
||||||
Barrett, Paul barrett@stsci.edu
|
Barrett, Paul barrett@stsci.edu
|
||||||
Baxter, Anthony anthony@interlink.com.au
|
Baxter, Anthony anthony@interlink.com.au
|
||||||
Bellman, Thomas bellman+pep-divmod@lysator.liu.se
|
Bellman, Thomas bellman+pep-divmod@lysator.liu.se
|
||||||
|
Cole, Dave djc@object-craft.com.au
|
||||||
Craig, Christopher python-pep@ccraig.org
|
Craig, Christopher python-pep@ccraig.org
|
||||||
Creighton, Laura lac@strakt.com
|
Creighton, Laura lac@strakt.com
|
||||||
Dörwald, Walter
|
Dörwald, Walter
|
||||||
|
@ -356,6 +359,7 @@ Owners
|
||||||
von Loewis, Martin loewis@informatik.hu-berlin.de
|
von Loewis, Martin loewis@informatik.hu-berlin.de
|
||||||
Martelli, Alex aleax@aleax.it
|
Martelli, Alex aleax@aleax.it
|
||||||
McMillan, Gordon gmcm@hypernet.com
|
McMillan, Gordon gmcm@hypernet.com
|
||||||
|
McNamara, Andrew andrewm@object-craft.com.au
|
||||||
Mick, Trent trentm@activestate.com
|
Mick, Trent trentm@activestate.com
|
||||||
Montanaro, Skip skip@pobox.com
|
Montanaro, Skip skip@pobox.com
|
||||||
Moore, Paul gustav@morpheus.demon.co.uk
|
Moore, Paul gustav@morpheus.demon.co.uk
|
||||||
|
|
Loading…
Reference in New Issue