summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-10-20 22:10:23 (GMT)
committerGuido van Rossum <guido@python.org>1994-10-20 22:10:23 (GMT)
commit9444ce0b4173a6aef184b6962bdd274d90065779 (patch)
tree8251ab193875508605ea8c2da3fb70e8f68a5366 /TODO
parent2bcafeb6453c1b54e55bc4a85951298d4b594bda (diff)
downloadcpython-9444ce0b4173a6aef184b6962bdd274d90065779.zip
cpython-9444ce0b4173a6aef184b6962bdd274d90065779.tar.gz
cpython-9444ce0b4173a6aef184b6962bdd274d90065779.tar.bz2
the usual
Diffstat (limited to 'TODO')
-rw-r--r--TODO29
1 files changed, 29 insertions, 0 deletions
diff --git a/TODO b/TODO
index 9871547..b340971 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,32 @@
+(*) newgetargs() dumps core in compat mode when NULL is passed in but
+max is >0
+
+(-) stack frame correspondence problem (Jim Roskind)
+
+(-) invent new style (rename1.h) name for newgetargs
+
+(-) make lots of places use newgetargs
+
+(-) no tp_str member in typeobject
+
+(-) getargs has small bugs (e.g. strange error msgs)
+
+(-) sorting class instances broken if no __com__ defined
+
+(-) readline 2.0 on sequent has ^C problem (works only first time)
+
+(-) add explanatory comments to Setup (especially about SGI modules
+like 'cd')
+
+(-) Q3 ftp mail archive
+
+(-) need to add truncate() and ftruncate() to posixmodule.c (Windows:
+chsize(fd, size)
+
+======================================================================
+Release 1.1 (11 Oct 1994)
+======================================================================
+
(*) 2 specific leaks: 1 PYTHONPATH; 2 reading code from .pyc
(-) if __getattr__ prints something, calling repr(x) from cmd line