From: Guido van Rossum Date: Mon, 24 Jan 1994 15:42:32 +0000 (+0000) Subject: Final changes for 1.0.0 BETA 6 X-Git-Tag: v1.0.1~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=23d19398fa46608f7fad38f9089bc00d21004634;p=thirdparty%2FPython%2Fcpython.git Final changes for 1.0.0 BETA 6 --- diff --git a/ChangeLog b/ChangeLog index 9092ace6c317..5ed52bbddd49 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +======================================================================== +Release of 1.0.0 BETA 6 (Jan 24 1994) +======================================================================== +Mon Jan 24 16:37:46 1994 Guido van Rossum (guido@voorn.cwi.nl) + + * Doc/ref?.tex: Change \verb\\ into \verb@@ so + latex2html doesn't crash + +Thu Jan 20 18:05:18 1994 Guido van Rossum (guido@voorn.cwi.nl) + + * Ext-dummy/, README, Makefile.in: Created new directory + Ext-dummy/. Ext-dummy/ contains its own README and copies of + Extensions/mk{ext,mf}.py. + Tue Jan 18 11:04:16 1994 Guido van Rossum (guido@voorn.cwi.nl) * Python/getmtime.c: Include config.h if we have it