summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-04-10 11:47:38 (GMT)
committerGuido van Rossum <guido@python.org>1995-04-10 11:47:38 (GMT)
commit91cb9d2fdaa9f66716d7e400633e68be0de2dbff (patch)
tree7d6b784225353e01c13b22ad536648b9e60655b7 /TODO
parent5dd52d37ebc7acfd165bd8cde38e11e70a6a6252 (diff)
downloadcpython-91cb9d2fdaa9f66716d7e400633e68be0de2dbff.zip
cpython-91cb9d2fdaa9f66716d7e400633e68be0de2dbff.tar.gz
cpython-91cb9d2fdaa9f66716d7e400633e68be0de2dbff.tar.bz2
revamped README; the usual elsewhere...
Diffstat (limited to 'TODO')
-rw-r--r--TODO16
1 files changed, 16 insertions, 0 deletions
diff --git a/TODO b/TODO
index 87b3184..8802fbd 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,19 @@
+(-) many module should export their symbolic constants instead of
+relying on a module written in Python
+
+(-) change regexmodule.c to cooperate with other non-python users and
+to export the symbolic constants
+
+(-) save/restore sys.exc_{type,value,traceback} around except clauses.
+
+(-) don't call class instance's __del__ more than once?????
+
+(-) add "access" to posix? What name should it have?
+
+(-) add facility to "freeze" lists and dictionaries?
+
+(-) add WNOHANG to posix
+
(-) support lists in newgetargs()
(-) syntax errors detected during compilation should give line number