Marking PEP 269 as deferred.

This commit is contained in:
Martin v. Löwis 2004-08-18 11:56:16 +00:00
parent edbdb24ac4
commit c2b90f8633
2 changed files with 6 additions and 3 deletions

View File

@ -86,7 +86,6 @@ Index by Category
S 266 Optimizing Global Variable/Attribute Access Montanaro S 266 Optimizing Global Variable/Attribute Access Montanaro
S 267 Optimized Access to Module Namespaces Hylton S 267 Optimized Access to Module Namespaces Hylton
S 268 Extended HTTP functionality and WebDAV Stein S 268 Extended HTTP functionality and WebDAV Stein
S 269 Pgen Module for Python Riehl
S 273 Import Modules from Zip Archives Ahlstrom S 273 Import Modules from Zip Archives Ahlstrom
S 274 Dict Comprehensions Warsaw S 274 Dict Comprehensions Warsaw
S 275 Switching on Multiple Values Lemburg S 275 Switching on Multiple Values Lemburg
@ -188,6 +187,7 @@ Index by Category
SR 242 Numeric Kinds Dubois SR 242 Numeric Kinds Dubois
SR 244 The `directive' Statement von Loewis SR 244 The `directive' Statement von Loewis
SR 259 Omit printing newline after newline GvR SR 259 Omit printing newline after newline GvR
SD 269 Pgen Module for Python Riehl
SR 270 uniq method for list objects Petrone SR 270 uniq method for list objects Petrone
SR 271 Prefixing sys.path by command line option Giacometti SR 271 Prefixing sys.path by command line option Giacometti
SR 295 Interpretation of multiline string constants Koltsov SR 295 Interpretation of multiline string constants Koltsov

View File

@ -3,7 +3,7 @@ Title: Pgen Module for Python
Version: $Revision$ Version: $Revision$
Last-Modified: $Date$ Last-Modified: $Date$
Author: jriehl@spaceship.com (Jonathan Riehl) Author: jriehl@spaceship.com (Jonathan Riehl)
Status: Draft Status: Deferred
Type: Standards Track Type: Standards Track
Created: 24-Aug-2001 Created: 24-Aug-2001
Python-Version: 2.2 Python-Version: 2.2
@ -151,7 +151,10 @@ Limitations
Reference Implementation 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 References