diff options
author | Guido van Rossum <guido@python.org> | 1995-04-10 11:47:38 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-04-10 11:47:38 (GMT) |
commit | 91cb9d2fdaa9f66716d7e400633e68be0de2dbff (patch) | |
tree | 7d6b784225353e01c13b22ad536648b9e60655b7 /TODO | |
parent | 5dd52d37ebc7acfd165bd8cde38e11e70a6a6252 (diff) | |
download | cpython-91cb9d2fdaa9f66716d7e400633e68be0de2dbff.zip cpython-91cb9d2fdaa9f66716d7e400633e68be0de2dbff.tar.gz cpython-91cb9d2fdaa9f66716d7e400633e68be0de2dbff.tar.bz2 |
revamped README; the usual elsewhere...
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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 |