mirror of https://github.com/python/cpython
New versions; changed Setup procedure
This commit is contained in:
parent
516d4d999b
commit
e0d95c3aab
16
ChangeLog
16
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
|
||||
|
|
Loading…
Reference in New Issue