diff options
author | Guido van Rossum <guido@python.org> | 1995-01-12 12:25:42 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-01-12 12:25:42 (GMT) |
commit | 79dddcbd13c87889b89b1a82ce40b39cbe47c52a (patch) | |
tree | 04cfc6faeae2a4108454735183d6e3a4844c6984 /TODO | |
parent | d626da8acee31d4cfc2f8bdf9bfd2d49bc3c4c3a (diff) | |
download | cpython-79dddcbd13c87889b89b1a82ce40b39cbe47c52a.zip cpython-79dddcbd13c87889b89b1a82ce40b39cbe47c52a.tar.gz cpython-79dddcbd13c87889b89b1a82ce40b39cbe47c52a.tar.bz2 |
the usual
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -1,9 +1,15 @@ +(*) add buffering parameter to fdopen() and popen() + +(-) "f()=0" generates syntax error msg without line number + (-) interface to getdtablesize() in posix (-) reentrancy with global variables vs. decref in ./Modules/cdmodule.c ./Modules/flmodule.c ./Objects/accessobject.c ./Objects/frameobject.c ./Python/traceback.c +(-) check reentrancy in list updates? + (-) speed up regsub.gsub (*) change md5.md5() to md5.new() @@ -20,7 +26,7 @@ (-) modules should be able to define a module destructor hook -(-) destroy modules in reverse order of importation +(-) destroy modules in reverse order of importation? (-) make array a standard built-in object @@ -46,11 +52,11 @@ where found, __version__ string? (-) pass dict of builtins to exec / execfile / eval ??? (?) stack frame correspondence problem (Jim Roskind) -(probably solved by err_setval_tb) +(probably solved by err_fetch / err_restore) (-) make lots of places use newgetargs -(-) no tp_str member in typeobject +(*) no tp_str member in typeobject (-) readline 2.0 on sequent has ^C problem (works only first time) |