summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-08-30 12:42:01 (GMT)
committerGuido van Rossum <guido@python.org>1994-08-30 12:42:01 (GMT)
commit7522f030eeee8f9b9ef1d0f62237a47f1209c1c8 (patch)
treecd877950f0bccf9a35477cdb7022fd70cc7524c2 /TODO
parente4ab6475f1d9e97f17bd17206a10c1d8c4c4130c (diff)
downloadcpython-7522f030eeee8f9b9ef1d0f62237a47f1209c1c8.zip
cpython-7522f030eeee8f9b9ef1d0f62237a47f1209c1c8.tar.gz
cpython-7522f030eeee8f9b9ef1d0f62237a47f1209c1c8.tar.bz2
Makefile.in: run compileall on installed library;
rest: the usual
Diffstat (limited to 'TODO')
-rw-r--r--TODO34
1 files changed, 34 insertions, 0 deletions
diff --git a/TODO b/TODO
index 6e46244..1b2b702 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,37 @@
+(-) redesign error handling (cf. Donald's mail)
+
+(-) do MPW and THINK still not support sys_errlist?
+
+(-) does MPW 3.2 need the MPW_881_BUG defined in Parser/acceler.c
+
+(-) rename MPW_3_1 define (which really means 3.x)
+
+(-) incorporate urlparse.py, uu.py
+
+(-) rewrite instance __getattr__ etc. to store ptr in class instead of
+instance -- also have separate __delattr__
+
+(-) add warning to docs about sys.exc_traceback and sys.last_traceback.
+
+(-) Some stdwin wishes:
+
+ (-) stdwinmodule should keep track of textedit rec's per window
+ (in a chain) so it can unlink them when the window is closed
+ before the te rec
+
+ (-) textedit flashes at return or backspace
+
+ (-) there's no way to show the text caret after a multi-line paste?
+
+(-) termios module
+
+(*) put signal patches out separately
+
+(-) latex docs for signal module
+
+(*) More MPW and Mac changes
+
+(() Sjoerd's compileall script
(-) systematically create /usr/local/lib/python/<machine>-<os>/
subdirectories, with a lib/ subdirectory containing the lib*.a