Marking PEP 269 as deferred.
This commit is contained in:
parent
edbdb24ac4
commit
c2b90f8633
|
@ -86,7 +86,6 @@ Index by Category
|
|||
S 266 Optimizing Global Variable/Attribute Access Montanaro
|
||||
S 267 Optimized Access to Module Namespaces Hylton
|
||||
S 268 Extended HTTP functionality and WebDAV Stein
|
||||
S 269 Pgen Module for Python Riehl
|
||||
S 273 Import Modules from Zip Archives Ahlstrom
|
||||
S 274 Dict Comprehensions Warsaw
|
||||
S 275 Switching on Multiple Values Lemburg
|
||||
|
@ -188,6 +187,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 269 Pgen Module for Python Riehl
|
||||
SR 270 uniq method for list objects Petrone
|
||||
SR 271 Prefixing sys.path by command line option Giacometti
|
||||
SR 295 Interpretation of multiline string constants Koltsov
|
||||
|
|
|
@ -3,7 +3,7 @@ Title: Pgen Module for Python
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: jriehl@spaceship.com (Jonathan Riehl)
|
||||
Status: Draft
|
||||
Status: Deferred
|
||||
Type: Standards Track
|
||||
Created: 24-Aug-2001
|
||||
Python-Version: 2.2
|
||||
|
@ -151,7 +151,10 @@ Limitations
|
|||
|
||||
Reference Implementation
|
||||
|
||||
No reference implementation is currently provided.
|
||||
No reference implementation is currently provided. A patch
|
||||
was provided at some point in
|
||||
http://sourceforge.net/tracker/index.php?func=detail&aid=599331&group_id=5470&atid=305470
|
||||
but that patch is no longer maintained.
|
||||
|
||||
|
||||
References
|
||||
|
|
Loading…
Reference in New Issue