diff options
author | Guido van Rossum <guido@python.org> | 1995-03-22 12:27:16 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-03-22 12:27:16 (GMT) |
commit | 7b4d460bdc6d486353f486862a5e84c02ec6fa5d (patch) | |
tree | 059dd28d47319fce02ce8b06d8d53668c0647819 /TODO | |
parent | 795a48cd4e77ad9bcd770203f0a573f991be98be (diff) | |
download | cpython-7b4d460bdc6d486353f486862a5e84c02ec6fa5d.zip cpython-7b4d460bdc6d486353f486862a5e84c02ec6fa5d.tar.gz cpython-7b4d460bdc6d486353f486862a5e84c02ec6fa5d.tar.bz2 |
the usual
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 22 |
1 files changed, 17 insertions, 5 deletions
@@ -1,20 +1,32 @@ -(-) always use my getopt.c +(-) support lists in newgetargs() -(-) get Extensions/X11/Doc checked in and out +(-) syntax errors detected during compilation should give line number + +(-) dbm.open(): rwmode, filemode should be made optional; same for gdbm + +(-) find a bsd hash interface + +(-) posix.mkdir(): mode should be made optional + +(-) find a more useful order than alphabetical for Doc/libfuncs.tex + +====================================================================== + +(*) use my getopt.c on Linux + +(*) get Extensions/X11/Doc checked in and out (-) investigate PPRC <URL:ftp://ftp.parc.xerox.com/pub/ppcr/> (*) 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? +(*) fix reentrancy in list updates? (-) speed up regsub.gsub |