Move PEP 269 back into the realm of possibilities.

This commit is contained in:
Guido van Rossum 2002-08-20 13:56:21 +00:00
parent c71ecd4127
commit 834d2fae0d
1 changed files with 4 additions and 6 deletions

View File

@ -152,6 +152,10 @@ Planned features for 2.3
requires providing alternatives for the parts that aren't
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,12 +196,6 @@ Features unlikely to make it into Python 2.3
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?
http://mail.python.org/pipermail/python-dev/2002-May/023926.html
http://www.python.org/sf/558745