added PEP 327
This commit is contained in:
parent
65755da08e
commit
745dd11c54
|
@ -121,7 +121,7 @@ Index by Category
|
|||
S 323 Copyable Iterators Martelli
|
||||
S 324 popen5 - New POSIX process module Astrand
|
||||
S 325 Resource-Release Support for Generators Pedroni
|
||||
S 326 A Case for Top and Bottom Values Carlson
|
||||
S 326 A Case for Top and Bottom Values Carlson, Reedy
|
||||
S 754 IEEE 754 Floating Point Special Values Warnes
|
||||
|
||||
Finished PEPs (done, implemented in CVS)
|
||||
|
@ -344,7 +344,8 @@ Numerical Index
|
|||
S 323 Copyable Iterators Martelli
|
||||
S 324 popen5 - New POSIX process module Astrand
|
||||
S 325 Resource-Release Support for Generators Pedroni
|
||||
S 326 A Case for Top and Bottom Values Carlson
|
||||
S 326 A Case for Top and Bottom Values Carlson, Reedy
|
||||
S 327 Decimal Data Type Batista
|
||||
SR 666 Reject Foolish Indentation Creighton
|
||||
S 754 IEEE 754 Floating Point Special Values Warnes
|
||||
|
||||
|
@ -370,6 +371,7 @@ Owners
|
|||
Ascher, David davida@activestate.com
|
||||
Astrand, Peter astrand@lysator.liu.se
|
||||
Barrett, Paul barrett@stsci.edu
|
||||
Batista, Facundo facundo@taniquetil.com.ar
|
||||
Baxter, Anthony anthony@interlink.com.au
|
||||
Bellman, Thomas bellman+pep-divmod@lysator.liu.se
|
||||
Carlson, Josiah jcarlson@uci.edu
|
||||
|
@ -418,6 +420,7 @@ Owners
|
|||
Peters, Tim tim@zope.com
|
||||
Petrone, Jason jp@demonseed.net
|
||||
Prescod, Paul paul@prescod.net
|
||||
Reedy, Terry tjreedy@udel.edu
|
||||
Reifschneider, Sean jafo-pep@tummy.com
|
||||
Riehl, Jonathan jriehl@spaceship.com
|
||||
van Rossum, Guido (GvR) guido@python.org
|
||||
|
|
Loading…
Reference in New Issue