Bring PEP 262 back from the dead
This commit is contained in:
parent
4af20ba859
commit
2fc84d184a
|
@ -78,6 +78,7 @@ 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
|
||||
S 262 Database of Installed Python Packages Kuchling
|
||||
S 265 Sorting Dictionaries by Value Griffin
|
||||
S 266 Optimizing Global Variable/Attribute Access Montanaro
|
||||
S 267 Optimized Access to Module Namespaces Hylton
|
||||
|
@ -172,7 +173,6 @@ 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 270 uniq method for list objects Petrone
|
||||
SR 271 Prefixing sys.path by command line option Giacometti
|
||||
SR 289 Generator Comprehensions Hettinger
|
||||
|
|
|
@ -4,7 +4,7 @@ Version: $Revision$
|
|||
Author: A.M. Kuchling <amk@amk.ca>
|
||||
Type: Standards Track
|
||||
Created: 08-Jul-2001
|
||||
Status: Deferred
|
||||
Status: Draft
|
||||
Post-History: 27-Mar-2002
|
||||
|
||||
Introduction
|
||||
|
|
Loading…
Reference in New Issue