summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
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