summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-01-12 12:25:42 (GMT)
committerGuido van Rossum <guido@python.org>1995-01-12 12:25:42 (GMT)
commit79dddcbd13c87889b89b1a82ce40b39cbe47c52a (patch)
tree04cfc6faeae2a4108454735183d6e3a4844c6984 /TODO
parentd626da8acee31d4cfc2f8bdf9bfd2d49bc3c4c3a (diff)
downloadcpython-79dddcbd13c87889b89b1a82ce40b39cbe47c52a.zip
cpython-79dddcbd13c87889b89b1a82ce40b39cbe47c52a.tar.gz
cpython-79dddcbd13c87889b89b1a82ce40b39cbe47c52a.tar.bz2
the usual
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 9 insertions, 3 deletions
diff --git a/TODO b/TODO
index 3b3bd81..721d80c 100644
--- a/TODO
+++ b/TODO
@@ -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)