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

neal.norwitz python-checkins at python.org
Wed Mar 29 10:14:10 CEST 2006


Author: neal.norwitz
Date: Wed Mar 29 10:14:09 2006
New Revision: 43419

Modified:
   peps/trunk/pep-0356.txt
Log:
Fixed one major AST compiler problem.  Add question about adding pysqlite

Modified: peps/trunk/pep-0356.txt
==============================================================================
--- peps/trunk/pep-0356.txt	(original)
+++ peps/trunk/pep-0356.txt	Wed Mar 29 10:14:09 2006
@@ -133,11 +133,13 @@
 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
 
+    - add pysqlite to the stdlib
+      http://mail.python.org/pipermail/python-dev/2006-March/062905.html
+
     - 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