]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
The usual
authorGuido van Rossum <guido@python.org>
Wed, 17 Aug 1994 12:33:50 +0000 (12:33 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 17 Aug 1994 12:33:50 +0000 (12:33 +0000)
ChangeLog
TODO

index 8fbb173cd18e2cc475094d8681ccddae8500744b..88769ae1fcdbed5d9b24633ac90ab059a941255f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 Wed Aug 17 00:06:59 1994  Guido van Rossum  (guido@voorn.cwi.nl)
 
+       * Lib/os.py: do fake "import posix" for freeze.py script
+
        * Parser/parsetok.c (parsetok): don't call strncpy(str, NULL, 0)
 
 Tue Aug 16 23:58:30 1994  Guido van Rossum  (guido@voorn.cwi.nl)
diff --git a/TODO b/TODO
index 78308a807b6a1111b837d282b4e33adfa58c1e40..a6281600b944a2d1dab0da44dbee036308ee5bec 100644 (file)
--- 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__.