[Python-checkins] python/nondist/peps pep-0000.txt, 1.280, 1.281 pep-0269.txt, 1.2, 1.3

loewis at users.sourceforge.net loewis at users.sourceforge.net
Wed Aug 18 13:56:19 CEST 2004


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20374

Modified Files:
	pep-0000.txt pep-0269.txt 
Log Message:
Marking PEP 269 as deferred.


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.280
retrieving revision 1.281
diff -C2 -d -r1.280 -r1.281
*** pep-0000.txt	11 Aug 2004 21:00:24 -0000	1.280
--- pep-0000.txt	18 Aug 2004 11:56:16 -0000	1.281
***************
*** 87,91 ****
   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
--- 87,90 ----
***************
*** 189,192 ****
--- 188,192 ----
   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

Index: pep-0269.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0269.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pep-0269.txt	5 Apr 2002 19:42:56 -0000	1.2
--- pep-0269.txt	18 Aug 2004 11:56:16 -0000	1.3
***************
*** 4,8 ****
  Last-Modified: $Date$
  Author: jriehl at spaceship.com (Jonathan Riehl)
! Status: Draft
  Type: Standards Track
  Created: 24-Aug-2001
--- 4,8 ----
  Last-Modified: $Date$
  Author: jriehl at spaceship.com (Jonathan Riehl)
! Status: Deferred
  Type: Standards Track
  Created: 24-Aug-2001
***************
*** 152,156 ****
  Reference Implementation
  
!     No reference implementation is currently provided.
  
  
--- 152,159 ----
  Reference Implementation
  
!     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.
  
  



More information about the Python-checkins mailing list