[Python-checkins] python/nondist/peps pep-0283.txt,1.17,1.18

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Tue, 20 Aug 2002 06:56:24 -0700


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv6570

Modified Files:
	pep-0283.txt 
Log Message:
Move PEP 269 back into the realm of possibilities.


Index: pep-0283.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0283.txt,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** pep-0283.txt	19 Aug 2002 17:44:50 -0000	1.17
--- pep-0283.txt	20 Aug 2002 13:56:21 -0000	1.18
***************
*** 153,156 ****
--- 153,160 ----
        covered yet (e.g. string.whitespace and types.TracebackType).
  
+     - PEP 269  Pgen Module for Python                       Riehl
+ 
+       Jon Riehl is going to attempt an implementation by mid-September.
+ 
      - Documentation: complete the distribution and installation
        manuals.
***************
*** 192,201 ****
        and inlining the dict access:
        http://tothink.com/python/fastnames/
- 
-     - PEP 269  Pgen Module for Python                       Riehl
- 
-       Based on Jonathan Riehl's latest posts in the parser-sig, e.g.
-       http://mail.python.org/pipermail/parser-sig/2002-August/000012.html
-       I consider this project dead.
  
      - Lazily tracking tuples?
--- 196,199 ----