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

neal.norwitz python-checkins at python.org
Wed Jun 28 07:53:16 CEST 2006


Author: neal.norwitz
Date: Wed Jun 28 07:53:15 2006
New Revision: 47138

Modified:
   peps/trunk/pep-0356.txt
Log:
Update with important bugs and some doco

Modified: peps/trunk/pep-0356.txt
==============================================================================
--- peps/trunk/pep-0356.txt	(original)
+++ peps/trunk/pep-0356.txt	Wed Jun 28 07:53:15 2006
@@ -146,9 +146,16 @@
 
 Open issues
 
+    - Bugs that need resolving before release:
+        http://python.org/sf/1504046
+        http://python.org/sf/1512814
+        http://python.org/sf/1512695
+        http://python.org/sf/1501934
+
     - Missing documentation
-      * ctypes (Thomas Heller)
       * ElementTree/cElementTree (Fredrik Lundh)
+         Needs latex-ifcation, patch at http://python.org/sf/1504046
+      * uuid (Ka-Ping Yee), patch at http://python.org/sf/1508766
 
     - AST compiler problems
       (Owner: Jeremy Hylton)


More information about the Python-checkins mailing list