Marked PEP 282 as Final

This commit is contained in:
Vinay Sajip 2004-08-10 14:31:41 +00:00
parent 362826cf79
commit 4e63189b67
1 changed files with 5 additions and 5 deletions

View File

@ -94,7 +94,6 @@ Index by Category
S 278 Universal Newline Support Jansen
S 280 Optimizing access to globals GvR
S 281 Loop Counter Iteration with range and xrange Hetland
S 282 A Logging System Sajip, Mick
S 284 Integer for-loops Eppstein, Ewing
S 286 Enhanced Argument Tuples von Loewis
I 287 reStructuredText Docstring Format Goodger
@ -158,6 +157,7 @@ Index by Category
SF 264 Future statements in simulated shells Hudson
SF 277 Unicode file name support for Windows NT Hodgson
SF 279 The enumerate() built-in function Hettinger
SF 282 A Logging System Sajip, Mick
IF 283 Python 2.3 Release Schedule GvR
SF 285 Adding a bool type GvR
SF 289 Generator Expressions Hettinger