Move a deferred PEP to the correct section.

This commit is contained in:
Raymond Hettinger 2005-06-17 08:40:50 +00:00
parent 27b331b421
commit 85377029f7
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,6 @@ Index by Category
S 254 Making Classes Look More Like Types GvR
S 256 Docstring Processing System Framework Goodger
S 258 Docutils Design Specification Goodger
SD 262 Database of Installed Python Packages Kuchling
S 266 Optimizing Global Variable/Attribute Access Montanaro
S 267 Optimized Access to Module Namespaces Hylton
S 268 Extended HTTP functionality and WebDAV Stein
@ -198,6 +197,7 @@ Index by Category
SR 242 Numeric Kinds Dubois
SR 244 The `directive' Statement von Loewis
SR 259 Omit printing newline after newline GvR
SD 262 Database of Installed Python Packages Kuchling
SR 265 Sorting Dictionaries by Value Griffin
SD 269 Pgen Module for Python Riehl
SR 270 uniq method for list objects Petrone