MvL added _ast module
This commit is contained in:
parent
fb21dca761
commit
baa6e3c955
|
@ -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?
|
||||
|
|
Loading…
Reference in New Issue