added PEP 346, User Defined ("with") Statements, by Nick Coghlan; withdrawn by the author

This commit is contained in:
David Goodger 2005-05-28 22:44:24 +00:00
parent 7993632adb
commit d994875a12
2 changed files with 1306 additions and 1 deletions

View File

@ -213,6 +213,7 @@ Index by Category
SR 326 A Case for Top and Bottom Values Carlson, Reedy
SR 329 Treating Builtins as Constants in the Standard Library Hettinger
SR 340 Anonymous Block Statements GvR
SR 346 User Defined ("with") Statements Coghlan
SR 666 Reject Foolish Indentation Creighton
@ -386,6 +387,7 @@ Numerical Index
S 343 Anonymous Block Redux GvR
S 344 Exception Chaining and Embedded Tracebacks Yee
S 345 Metadata for Python Software Packages 1.2 Jones
SR 346 User Defined ("with") Statements Coghlan
SR 666 Reject Foolish Indentation Creighton
S 754 IEEE 754 Floating Point Special Values Warnes
I 3000 Python 3.0 Plans Kuchling, Cannon
@ -419,7 +421,7 @@ Owners
Cannon, Brett brett@python.org
Carlson, Josiah jcarlson@uci.edu
Carroll, W Isaac icarroll@pobox.com
Coghlan, Nick ncoghlan@email.com
Coghlan, Nick ncoghlan@gmail.com
Cole, Dave djc@object-craft.com.au
Craig, Christopher python-pep@ccraig.org
Creighton, Laura lac@strakt.com

1303
pep-0346.txt Normal file

File diff suppressed because it is too large Load Diff