]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
New versions; changed Setup procedure
authorGuido van Rossum <guido@python.org>
Thu, 6 Jan 1994 14:47:25 +0000 (14:47 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 6 Jan 1994 14:47:25 +0000 (14:47 +0000)
ChangeLog

index f3b8a877bad3ae9da737adf508908364be48d062..c2070b9a6823758f6071156feea0ba6e99edd50e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+Thu Jan  6 13:36:32 1994  Guido van Rossum  (guido@voorn.cwi.nl)
+
+       * README: describe new Setup procedure
+
+       * Modules/Makefile.pre.in: copy Setup from $9srcdir)/Setup.in so
+       it *really* works with VPATH
+
+       * Modules/Setup: renamed to Modules/Setup.in
+
+       * Python/pythonmain.c (realmain): fclose script file
+
+       * Python/import.c (get_module): fix important leak: close the .py
+       file after parsing!
+
+       * README, Python/version.c: version 1.0.0 BETA 5
+
 Wed Jan  5 16:42:35 1994  Guido van Rossum  (guido@voorn.cwi.nl)
 
        * Modules/rgbimgmodule.c: Only include <unistd.h> if it exists