summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-08-17 12:33:50 (GMT)
committerGuido van Rossum <guido@python.org>1994-08-17 12:33:50 (GMT)
commit3d67feed24d53d793f8367164b65f93d8407905b (patch)
tree61d05b50c141acb10a94019dff13a672848ef5b8 /TODO
parenta28f2dc3211a51fdd05008fa4c7137ff4e07b80f (diff)
downloadcpython-3d67feed24d53d793f8367164b65f93d8407905b.zip
cpython-3d67feed24d53d793f8367164b65f93d8407905b.tar.gz
cpython-3d67feed24d53d793f8367164b65f93d8407905b.tar.bz2
The usual
Diffstat (limited to 'TODO')
-rw-r--r--TODO21
1 files changed, 21 insertions, 0 deletions
diff --git a/TODO b/TODO
index 78308a8..a628160 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,24 @@
+(-) speedup finddfa (and classify?)
+
+(-) more stuff under CVS (demo, extensions)
+
+(-) Mac port of 1.0.3++
+
+(-) Win32s for PC
+
+(-) integrate NT changes
+
+(-) print_error raises and then masks an error if softspace is not
+ defined
+
+(-) systematically create /usr/local/lib/python/<machine>-<os>/
+ subdirectories, with a lib/ subdirectory containing the lib*.a
+ files etc.
+
+(-) use const for char * parameters (and many more) where possible
+
+(-) The Great Renaming!
+
(-) redo __xxx__ operators for class instances; add __getattr__ and
__setattr__.