]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
README: version 1.0.2; Makefile.in: change clobbered files; rest: as usual
authorGuido van Rossum <guido@python.org>
Wed, 4 May 1994 09:33:42 +0000 (09:33 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 4 May 1994 09:33:42 +0000 (09:33 +0000)
ChangeLog

index 118ca9f0e0b9f692bea9dbdcf13a0dd6f56eb113..82627eb69e2dbb81b125483075a3918a8c79220c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)