Reject 325 in favor of 342.

This commit is contained in:
Raymond Hettinger 2005-06-28 08:20:44 +00:00
parent 38a8f281bf
commit f04f650bc4
2 changed files with 5 additions and 1 deletions

View File

@ -96,7 +96,6 @@ Index by Category
S 319 Python Synchronize/Asynchronize Block Pelletier
S 321 Date/Time Parsing and Formatting Kuchling
S 323 Copyable Iterators Martelli
S 325 Resource-Release Support for Generators Pedroni
S 331 Locale-Independent Float/String conversions Reis
S 332 Byte vectors and String/Unicode Unification Montanaro
S 334 Simple Coroutines via SuspendIteration Evans
@ -208,6 +207,7 @@ Index by Category
SR 313 Adding Roman Numeral Literals to Python Meyer
SD 316 Programming by Contract for Python Way
SR 317 Eliminate Implicit Exception Instantiation Taschuk
SR 325 Resource-Release Support for Generators Pedroni
SR 326 A Case for Top and Bottom Values Carlson, Reedy
SR 329 Treating Builtins as Constants in the Standard Library Hettinger
SR 330 Python Bytecode Verification Pelletier

View File

@ -26,6 +26,10 @@ Abstract
on yield placement can be lifted, expanding the applicability of
generators.
Pronouncement
Rejected in favor of PEP 342 which includes substantially all of
the requested behavior in a more refined form.
Rationale