pep318 is accepted

This commit is contained in:
Anthony Baxter 2004-09-01 16:18:20 +00:00
parent 6dd0e5c76f
commit a37ed19664
1 changed files with 2 additions and 2 deletions

View File

@ -66,6 +66,7 @@ Index by Category
S 252 Making Types Look More Like Classes GvR
S 253 Subtyping Built-in Types GvR
SA 309 Partial Function Application Harris
SA 318 Decorators for Functions and Methods Smith, et al
SA 328 Imports: Multi-Line and Absolute/Relative Aahz
Open PEPs (under consideration)
@ -112,7 +113,6 @@ Index by Category
S 313 Adding Roman Numeral Literals to Python Meyer
S 314 Metadata for Python Software Packages v1.1 Kuchling
S 315 Enhanced While Loop Carroll
S 318 Decorators for Functions and Methods Smith, et al
S 319 Python Synchronize/Asynchronize Block Pelletier
S 321 Date/Time Parsing and Formatting Kuchling
S 323 Copyable Iterators Martelli
@ -346,7 +346,7 @@ Numerical Index
S 315 Enhanced While Loop Carroll
SD 316 Programming by Contract for Python Way
SR 317 Eliminate Implicit Exception Instantiation Taschuk
S 318 Decorators for Functions, Methods & Classes Smith, et al
SA 318 Decorators for Functions and Methods Smith, et al
S 319 Python Synchronize/Asynchronize Block Pelletier
I 320 Python 2.4 Release Schedule Warsaw
S 321 Date/Time Parsing and Formatting Kuchling