Forgot the numeric list -- mark PEP 262 as deferred

This commit is contained in:
Andrew M. Kuchling 2002-10-13 20:22:45 +00:00
parent 4a9868c159
commit fc4b0a2582
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ Numerical Index
SR 259 Omit printing newline after newline van Rossum
SF 260 Simplify xrange() van Rossum
S 261 Support for "wide" Unicode characters Prescod
S 262 Database of Installed Python Packages Kuchling
SD 262 Database of Installed Python Packages Kuchling
SF 263 Defining Python Source Code Encodings Lemburg
SF 264 Future statements in simulated shells Hudson
S 265 Sorting Dictionaries by Value Griffin