Move PEP 269 back into the realm of possibilities.
This commit is contained in:
parent
c71ecd4127
commit
834d2fae0d
10
pep-0283.txt
10
pep-0283.txt
|
@ -152,6 +152,10 @@ Planned features for 2.3
|
||||||
requires providing alternatives for the parts that aren't
|
requires providing alternatives for the parts that aren't
|
||||||
covered yet (e.g. string.whitespace and types.TracebackType).
|
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
|
- Documentation: complete the distribution and installation
|
||||||
manuals.
|
manuals.
|
||||||
|
|
||||||
|
@ -192,12 +196,6 @@ Features unlikely to make it into Python 2.3
|
||||||
and inlining the dict access:
|
and inlining the dict access:
|
||||||
http://tothink.com/python/fastnames/
|
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?
|
- Lazily tracking tuples?
|
||||||
http://mail.python.org/pipermail/python-dev/2002-May/023926.html
|
http://mail.python.org/pipermail/python-dev/2002-May/023926.html
|
||||||
http://www.python.org/sf/558745
|
http://www.python.org/sf/558745
|
||||||
|
|
Loading…
Reference in New Issue