Added release dates (in some cases detemined by looking at the mtime

of distribution files in ftp://ftp.python.org/pub/python/src/).
This commit is contained in:
Guido van Rossum 2000-09-04 17:24:24 +00:00
parent a598c93b11
commit f2eac99a4f
1 changed files with 20 additions and 2 deletions

View File

@ -8,6 +8,10 @@ As you read on you go back to the dark ages of Python's history.
======================================================================
=======================================
==> Release 1.6 (September 5, 2000) <==
=======================================
What's new in release 1.6?
==========================
@ -312,6 +316,10 @@ compilers.
======================================================================
======================================
==> Release 1.5.2 (April 13, 1999) <==
======================================
From 1.5.2c1 to 1.5.2 (final)
=============================
@ -2646,6 +2654,10 @@ etc. are sought).
======================================================================
========================================
==> Release 1.5.1 (October 31, 1998) <==
========================================
From 1.5 to 1.5.1
=================
@ -3034,6 +3046,11 @@ variable PYTHONCASEOK (to any value).
======================================================================
=====================================
==> Release 1.5 (January 3, 1998) <==
=====================================
From 1.5b2 to 1.5
=================
@ -6330,6 +6347,7 @@ Emacs mode
* Indentation of continuated lines is done more intelligently;
consequently the variable py-continuation-offset is gone.
========================================
==> Release 1.0.1 (15 February 1994) <==
========================================
@ -7732,7 +7750,7 @@ New file xxmodule.c is a template for new extension modules.
==================================
==> RELEASE 0.9.6 (6 Apr 1992) <==
==> Release 0.9.6 (6 Apr 1992) <==
==================================
Misc news in 0.9.6:
@ -7804,7 +7822,7 @@ Bugs fixed in 0.9.5:
===================================
==> RELEASE 0.9.4 (24 Dec 1991) <==
==> Release 0.9.4 (24 Dec 1991) <==
===================================
- new function argument handling (see below)