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

neal.norwitz python-checkins at python.org
Mon Mar 27 09:40:50 CEST 2006


Author: neal.norwitz
Date: Mon Mar 27 09:40:49 2006
New Revision: 43336

Modified:
   peps/trunk/pep-0356.txt
Log:
Add some AST compiler issues that need resolving

Modified: peps/trunk/pep-0356.txt
==============================================================================
--- peps/trunk/pep-0356.txt	(original)
+++ peps/trunk/pep-0356.txt	Mon Mar 27 09:40:49 2006
@@ -125,6 +125,12 @@
 
 Open issues
 
+    - AST compiler problems
+      http://python.org/sf/1458903
+
+    - test_trace tests that were commented out for AST must be fixed
+      http://python.org/sf/1191458
+
     - xmlplus/xmlcore situation wrt ElementTree needs resolution
       http://mail.python.org/pipermail/python-dev/2005-December/058752.html
 


More information about the Python-checkins mailing list