summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-05-04 09:33:42 (GMT)
committerGuido van Rossum <guido@python.org>1994-05-04 09:33:42 (GMT)
commit9c7e7bf4c48115193d3ab243c531cfc89365691f (patch)
tree3e5c4db08c9d84360531294ebbed3df8a32655b8 /ChangeLog
parent8ad2a2a9870aaa5db4dc485c8ddc135c42128603 (diff)
downloadcpython-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 118ca9f..82627eb 100644
--- 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)