summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-09-12 10:58:40 +0000
committerGuido van Rossum <guido@python.org>1994-09-12 10:58:40 +0000
commit0a516c99ddb5b08e0383c2dc9349bd0866eef582 (patch)
treecc8ad1bf1a9b088dc75b569f935cc9548472fdfe /TODO
parentac405f6c4ec7215b7d8f88e4002a1322eaba3df1 (diff)
downloadcpython-git-0a516c99ddb5b08e0383c2dc9349bd0866eef582.tar.gz
The usual junk
Diffstat (limited to 'TODO')
-rw-r--r--TODO22
1 files changed, 12 insertions, 10 deletions
diff --git a/TODO b/TODO
index 1b2b702482..1a807bb4f5 100644
--- a/TODO
+++ b/TODO
@@ -1,14 +1,16 @@
+(-) try out Kees Blom's railroad diagram generator
+
(-) redesign error handling (cf. Donald's mail)
-(-) do MPW and THINK still not support sys_errlist?
+(*) do MPW and THINK still not support sys_errlist? Indeed not (neither).
(-) 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
+(*) incorporate urlparse.py, uu.py
-(-) rewrite instance __getattr__ etc. to store ptr in class instead of
+(*) 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.
@@ -23,7 +25,7 @@ instance -- also have separate __delattr__
(-) there's no way to show the text caret after a multi-line paste?
-(-) termios module
+(*) termios module
(*) put signal patches out separately
@@ -31,7 +33,7 @@ instance -- also have separate __delattr__
(*) More MPW and Mac changes
-(() Sjoerd's compileall script
+(*) Sjoerd's compileall script
(-) systematically create /usr/local/lib/python/<machine>-<os>/
subdirectories, with a lib/ subdirectory containing the lib*.a
@@ -39,12 +41,12 @@ instance -- also have separate __delattr__
(-) need newer DOS binary (16 bit version doesn't do default args)
-(-) support for dynamically loadable libraries in makesetup and Extensions.
+(*) support for dynamically loadable libraries in makesetup and Extensions.
e.g. add a make rule to build .so files (unfortunately need to figure
out what ld option is needed) (more appropriate for makesetup
script?)
-(-) Move tkinter into the standard Modules directory; Tkinter c.s. to
+(*) Move tkinter into the standard Modules directory; Tkinter c.s. to
Lib/tkinter etc. (???)
(-) document Tk
@@ -53,13 +55,13 @@ instance -- also have separate __delattr__
(-) interactive Python GUI (a la NT thingie)
-(-) speedup finddfa (and classify?)
+(*) speedup finddfa (and classify?)
(-) more stuff under CVS (demo, extensions)
-(-) Mac port of 1.1
+(*) Mac port of 1.1
-(-) Mac port of STDWIN 0.9.9 to THINK C 6.0
+(*) Mac port of STDWIN 0.9.9 to THINK C 6.0
(-) use const for char * parameters (and many more) where possible