Mark PEP 314 as final
This commit is contained in:
parent
05c42e8365
commit
2d67f00b68
|
@ -86,7 +86,6 @@ Index by Category
|
|||
I 287 reStructuredText Docstring Format Goodger
|
||||
S 297 Support for System Upgrades Lemburg
|
||||
S 302 New Import Hooks JvR, Moore
|
||||
S 314 Metadata for Python Software Packages v1.1 Kuchling, Jones
|
||||
S 323 Copyable Iterators Martelli
|
||||
S 331 Locale-Independent Float/String Conversions Reis
|
||||
S 334 Simple Coroutines via SuspendIteration Evans
|
||||
|
@ -155,6 +154,7 @@ Index by Category
|
|||
SF 308 Conditional Expressions GvR, Hettinger
|
||||
SF 309 Partial Function Application Harris
|
||||
SF 311 Simplified GIL Acquisition for Extensions Hammond
|
||||
SF 314 Metadata for Python Software Packages v1.1 Kuchling, Jones
|
||||
SF 318 Decorators for Functions and Methods Smith, et al
|
||||
IF 320 Python 2.4 Release Schedule Warsaw, et al
|
||||
SF 322 Reverse Iteration Hettinger
|
||||
|
@ -374,7 +374,7 @@ Numerical Index
|
|||
SF 311 Simplified GIL Acquisition for Extensions Hammond
|
||||
SD 312 Simple Implicit Lambda Suzi, Martelli
|
||||
SR 313 Adding Roman Numeral Literals to Python Meyer
|
||||
S 314 Metadata for Python Software Packages v1.1 Kuchling, Jones
|
||||
SF 314 Metadata for Python Software Packages v1.1 Kuchling, Jones
|
||||
SD 315 Enhanced While Loop Carroll, Hettinger
|
||||
SD 316 Programming by Contract for Python Way
|
||||
SR 317 Eliminate Implicit Exception Instantiation Taschuk
|
||||
|
|
|
@ -3,7 +3,7 @@ Title: Metadata for Python Software Packages v1.1
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: A.M. Kuchling <amk@amk.ca>, Richard Jones
|
||||
Status: Draft
|
||||
Status: Final
|
||||
Type: Standards Track
|
||||
Content-type: text/plain
|
||||
Created: 12-Apr-2003
|
||||
|
|
|
@ -52,7 +52,6 @@ Completed features for 2.5
|
|||
PEP 308: Conditional Expressions
|
||||
PEP 309: Partial Function Application
|
||||
PEP 314: Metadata for Python Software Packages v1.1
|
||||
(should PEP 314 be marked final?)
|
||||
PEP 328: Absolute/Relative Imports
|
||||
PEP 338: Executing Modules as Scripts
|
||||
PEP 341: Unified try-except/try-finally to try-except-finally
|
||||
|
|
Loading…
Reference in New Issue