Add a list of missing docs

This commit is contained in:
Neal Norwitz 2006-04-19 05:51:05 +00:00
parent 2c78981de8
commit 46876bed16
1 changed files with 7 additions and 0 deletions

View File

@ -155,6 +155,13 @@ Deferred until 2.6:
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.