Rejecting PEP 340 in favor of PEP 343.
This commit is contained in:
parent
84ea75eb01
commit
cc6ea270d6
|
@ -117,7 +117,6 @@ Index by Category
|
||||||
S 336 Make None Callable McClelland
|
S 336 Make None Callable McClelland
|
||||||
S 337 Logging Usage in the Standard Library Dubner
|
S 337 Logging Usage in the Standard Library Dubner
|
||||||
S 338 Executing modules inside packages with '-m' Coghlan
|
S 338 Executing modules inside packages with '-m' Coghlan
|
||||||
S 340 Anonymous Block Statements GvR
|
|
||||||
S 341 Unifying try-except and try-finally Birkenfeld
|
S 341 Unifying try-except and try-finally Birkenfeld
|
||||||
S 342 Enhanced Iterators GvR
|
S 342 Enhanced Iterators GvR
|
||||||
S 343 Anonymous Block Redux GvR
|
S 343 Anonymous Block Redux GvR
|
||||||
|
@ -212,6 +211,7 @@ Index by Category
|
||||||
SR 317 Eliminate Implicit Exception Instantiation Taschuk
|
SR 317 Eliminate Implicit Exception Instantiation Taschuk
|
||||||
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 666 Reject Foolish Indentation Creighton
|
SR 666 Reject Foolish Indentation Creighton
|
||||||
|
|
||||||
|
|
||||||
|
@ -379,7 +379,7 @@ Numerical Index
|
||||||
S 337 Logging Usage in the Standard Library Dubner
|
S 337 Logging Usage in the Standard Library Dubner
|
||||||
S 338 Executing modules inside packages with '-m' Coghlan
|
S 338 Executing modules inside packages with '-m' Coghlan
|
||||||
I 339 How to Change CPython's Bytecode Cannon
|
I 339 How to Change CPython's Bytecode Cannon
|
||||||
S 340 Anonymous Block Statements GvR
|
SR 340 Anonymous Block Statements GvR
|
||||||
S 341 Unifying try-except and try-finally Birkenfeld
|
S 341 Unifying try-except and try-finally Birkenfeld
|
||||||
S 342 Enhanced Iterators GvR
|
S 342 Enhanced Iterators GvR
|
||||||
S 343 Anonymous Block Redux GvR
|
S 343 Anonymous Block Redux GvR
|
||||||
|
|
|
@ -3,7 +3,7 @@ Title: Anonymous Block Statements
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Guido van Rossum
|
Author: Guido van Rossum
|
||||||
Status: Draft
|
Status: Rejected
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/plain
|
Content-Type: text/plain
|
||||||
Created: 27-Apr-2005
|
Created: 27-Apr-2005
|
||||||
|
@ -33,6 +33,11 @@ Introduction
|
||||||
but the two proposals are really independent and with Steven
|
but the two proposals are really independent and with Steven
|
||||||
Bethard's help I have moved it to a separate PEP.)
|
Bethard's help I have moved it to a separate PEP.)
|
||||||
|
|
||||||
|
Rejection Notice
|
||||||
|
|
||||||
|
I am rejecting this PEP in favor of PEP 343. See the motivational
|
||||||
|
section in that PEP for the reasoning behind this rejection.
|
||||||
|
|
||||||
Motivation and Summary
|
Motivation and Summary
|
||||||
|
|
||||||
(Thanks to Shane Hathaway -- Hi Shane!)
|
(Thanks to Shane Hathaway -- Hi Shane!)
|
||||||
|
|
Loading…
Reference in New Issue