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

neal.norwitz python-checkins at python.org
Wed Apr 19 07:51:06 CEST 2006


Author: neal.norwitz
Date: Wed Apr 19 07:51:05 2006
New Revision: 45559

Modified:
   peps/trunk/pep-0356.txt
Log:
Add a list of missing docs

Modified: peps/trunk/pep-0356.txt
==============================================================================
--- peps/trunk/pep-0356.txt	(original)
+++ peps/trunk/pep-0356.txt	Wed Apr 19 07:51:05 2006
@@ -155,6 +155,13 @@
 
 Open issues
 
+    - Missing documentation
+      * ctypes
+      * ElementTree/cElementTree
+      * msilib
+      * pysqlite
+      * setuptools (written, needs conversion to proper format)
+
     - AST compiler problems
       (Owner: Jeremy Hylton)
        * eval(str(-sys.maxint - 1)) should produce an int, not long.


More information about the Python-checkins mailing list