New versions; changed Setup procedure

This commit is contained in:
Guido van Rossum 1994-01-06 14:47:25 +00:00
parent 516d4d999b
commit e0d95c3aab
1 changed files with 16 additions and 0 deletions

View File

@ -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