Accept PEP 338. Maybe there are some tweaks necessary to the code,
but I want to make it clear that this feature is accepted for 2.5.
This commit is contained in:
parent
46703e2ec0
commit
4cf495d95c
|
@ -66,7 +66,7 @@ Index by Category
|
|||
Accepted PEPs (accepted; may not be implemented yet)
|
||||
|
||||
SA 328 Imports: Multi-Line and Absolute/Relative Aahz
|
||||
SA 343 The "with" Statement GvR, Coghlan
|
||||
SA 338 Executing modules inside packages with '-m' Coghlan
|
||||
|
||||
Open PEPs (under consideration)
|
||||
|
||||
|
@ -97,7 +97,6 @@ Index by Category
|
|||
S 334 Simple Coroutines via SuspendIteration Evans
|
||||
S 335 Overloadable Boolean Operators Ewing
|
||||
S 337 Logging Usage in the Standard Library Dubner
|
||||
S 338 Executing modules inside packages with '-m' Coghlan
|
||||
S 344 Exception Chaining and Embedded Tracebacks Yee
|
||||
S 345 Metadata for Python Software Packages 1.2 Jones
|
||||
I 350 Codetags Elliott
|
||||
|
@ -164,6 +163,7 @@ Index by Category
|
|||
SF 327 Decimal Data Type Batista
|
||||
SF 341 Unifying try-except and try-finally Brandl
|
||||
SF 342 Coroutines via Enhanced Generators GvR, Eby
|
||||
SF 343 The "with" Statement GvR, Coghlan
|
||||
SF 352 Required Superclass for Exceptions GvR, Cannon
|
||||
SF 353 Using ssize_t as the index type von Loewis
|
||||
SF 357 Allowing Any Object to be Used for Slicing Oliphant
|
||||
|
@ -391,12 +391,12 @@ Numerical Index
|
|||
S 335 Overloadable Boolean Operators Ewing
|
||||
SR 336 Make None Callable McClelland
|
||||
S 337 Logging Usage in the Standard Library Dubner
|
||||
S 338 Executing modules inside packages with '-m' Coghlan
|
||||
SA 338 Executing modules inside packages with '-m' Coghlan
|
||||
I 339 Design of the CPython Compiler Cannon
|
||||
SR 340 Anonymous Block Statements GvR
|
||||
SF 341 Unifying try-except and try-finally Brandl
|
||||
SF 342 Coroutines via Enhanced Generators GvR, Eby
|
||||
SA 343 Anonymous Block Redux and Generator Enhancements GvR
|
||||
SF 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: Executing modules as scripts
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Nick Coghlan <ncoghlan@gmail.com>
|
||||
Status: Draft
|
||||
Status: Accepted
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 16-Oct-2004
|
||||
|
|
Loading…
Reference in New Issue