added PEP 346, User Defined ("with") Statements, by Nick Coghlan; withdrawn by the author
This commit is contained in:
parent
7993632adb
commit
d994875a12
|
@ -213,6 +213,7 @@ Index by Category
|
||||||
SR 326 A Case for Top and Bottom Values Carlson, Reedy
|
SR 326 A Case for Top and Bottom Values Carlson, Reedy
|
||||||
SR 329 Treating Builtins as Constants in the Standard Library Hettinger
|
SR 329 Treating Builtins as Constants in the Standard Library Hettinger
|
||||||
SR 340 Anonymous Block Statements GvR
|
SR 340 Anonymous Block Statements GvR
|
||||||
|
SR 346 User Defined ("with") Statements Coghlan
|
||||||
SR 666 Reject Foolish Indentation Creighton
|
SR 666 Reject Foolish Indentation Creighton
|
||||||
|
|
||||||
|
|
||||||
|
@ -386,6 +387,7 @@ Numerical Index
|
||||||
S 343 Anonymous Block Redux GvR
|
S 343 Anonymous Block Redux GvR
|
||||||
S 344 Exception Chaining and Embedded Tracebacks Yee
|
S 344 Exception Chaining and Embedded Tracebacks Yee
|
||||||
S 345 Metadata for Python Software Packages 1.2 Jones
|
S 345 Metadata for Python Software Packages 1.2 Jones
|
||||||
|
SR 346 User Defined ("with") Statements Coghlan
|
||||||
SR 666 Reject Foolish Indentation Creighton
|
SR 666 Reject Foolish Indentation Creighton
|
||||||
S 754 IEEE 754 Floating Point Special Values Warnes
|
S 754 IEEE 754 Floating Point Special Values Warnes
|
||||||
I 3000 Python 3.0 Plans Kuchling, Cannon
|
I 3000 Python 3.0 Plans Kuchling, Cannon
|
||||||
|
@ -419,7 +421,7 @@ Owners
|
||||||
Cannon, Brett brett@python.org
|
Cannon, Brett brett@python.org
|
||||||
Carlson, Josiah jcarlson@uci.edu
|
Carlson, Josiah jcarlson@uci.edu
|
||||||
Carroll, W Isaac icarroll@pobox.com
|
Carroll, W Isaac icarroll@pobox.com
|
||||||
Coghlan, Nick ncoghlan@email.com
|
Coghlan, Nick ncoghlan@gmail.com
|
||||||
Cole, Dave djc@object-craft.com.au
|
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
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue