Revert PEP 343 to draft status until Guido is happy with the update
This commit is contained in:
parent
2c1f437a28
commit
28b01bed0e
|
@ -66,7 +66,6 @@ Index by Category
|
|||
SA 308 Conditional Expressions GvR, Hettinger
|
||||
SA 328 Imports: Multi-Line and Absolute/Relative Aahz
|
||||
SA 342 Coroutines via Enhanced Generators GvR, Eby
|
||||
SA 343 The "with" Statement GvR, Coghlan
|
||||
|
||||
Open PEPs (under consideration)
|
||||
|
||||
|
@ -101,6 +100,7 @@ Index by Category
|
|||
S 337 Logging Usage in the Standard Library Dubner
|
||||
S 338 Executing modules inside packages with '-m' Coghlan
|
||||
S 341 Unifying try-except and try-finally Birkenfeld
|
||||
S 343 The "with" Statement GvR, Coghlan
|
||||
S 344 Exception Chaining and Embedded Tracebacks Yee
|
||||
S 345 Metadata for Python Software Packages 1.2 Jones
|
||||
P 347 Migrating the Python CVS to Subversion von Löwis
|
||||
|
@ -388,7 +388,7 @@ Numerical Index
|
|||
SR 340 Anonymous Block Statements GvR
|
||||
S 341 Unifying try-except and try-finally Birkenfeld
|
||||
SA 342 Coroutines via Enhanced Generators GvR, Eby
|
||||
SA 343 Anonymous Block Redux and Generator Enhancements GvR
|
||||
S 343 Anonymous Block Redux and Generator Enhancements 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
|
||||
|
|
|
@ -3,7 +3,7 @@ Title: The "with" Statement
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Guido van Rossum, Nick Coghlan
|
||||
Status: Accepted
|
||||
Status: Draft
|
||||
Type: Standards Track
|
||||
Content-Type: text/plain
|
||||
Created: 13-May-2005
|
||||
|
@ -16,7 +16,8 @@ Abstract
|
|||
|
||||
The PEP has been approved in principle by the BDFL, but there are
|
||||
still a couple of implementation details to be worked out (see the
|
||||
section on Open Issues).
|
||||
section on Open Issues). It's been reverted to Draft status until
|
||||
those issues have been settled to Guido's satisfaction.
|
||||
|
||||
Author's Note
|
||||
|
||||
|
|
Loading…
Reference in New Issue