[Python-checkins] r42608 - peps/trunk/pep-0356.txt

neal.norwitz python-checkins at python.org
Mon Feb 27 18:19:02 CET 2006


Author: neal.norwitz
Date: Mon Feb 27 18:19:00 2006
New Revision: 42608

Modified:
   peps/trunk/pep-0356.txt
Log:
MvL added _ast module

Modified: peps/trunk/pep-0356.txt
==============================================================================
--- peps/trunk/pep-0356.txt	(original)
+++ peps/trunk/pep-0356.txt	Mon Feb 27 18:19:00 2006
@@ -52,6 +52,7 @@
     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 @@
     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?


More information about the Python-checkins mailing list