MvL added _ast module

This commit is contained in:
Neal Norwitz 2006-02-27 17:19:00 +00:00
parent fb21dca761
commit baa6e3c955
1 changed files with 1 additions and 2 deletions

View File

@ -52,6 +52,7 @@ Completed features for 2.5
PEP 353: Using ssize_t as the index type
- AST-based compiler
- Access to C AST from Python through new _ast module
- Add support for reading shadow passwords (http://python.org/sf/579435)
@ -87,8 +88,6 @@ Planned features for 2.5
PEP 352: Required Superclass for Exceptions
(Brett Cannon is expected to implement this.)
Access to C AST from Python
Add bdist_msi to the distutils package. (MvL plans to import after pycon)
Add bdist_deb to the distutils package?