diff options
author | Guido van Rossum <guido@python.org> | 1994-05-04 09:33:42 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-05-04 09:33:42 (GMT) |
commit | 9c7e7bf4c48115193d3ab243c531cfc89365691f (patch) | |
tree | 3e5c4db08c9d84360531294ebbed3df8a32655b8 /ChangeLog | |
parent | 8ad2a2a9870aaa5db4dc485c8ddc135c42128603 (diff) | |
download | cpython-9c7e7bf4c48115193d3ab243c531cfc89365691f.zip cpython-9c7e7bf4c48115193d3ab243c531cfc89365691f.tar.gz cpython-9c7e7bf4c48115193d3ab243c531cfc89365691f.tar.bz2 |
README: version 1.0.2; Makefile.in: change clobbered files; rest: as usual
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ Wed May 4 00:53:11 1994 Guido van Rossum (guido@voorn.cwi.nl) + * README: version 1.0.2 + + * Objects/fileobject.c (setfilebufsize): less error checking + + * configure.in: test for withval != yes (autoconf 1.8 change) + + * Makefile.in: don't remove config.status on "make clobber" + * Python/ceval.c (eval_code): removed last traces of killprint (-k option) |