diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2004-07-14 21:56:19 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2004-07-14 21:56:19 (GMT) |
commit | 89ba1fff170f9e5de6f8c9c4ad598931c69492e8 (patch) | |
tree | a35691ee6d483a45c5b64e457545666503146f77 /Doc | |
parent | 92960239388cb1714115ad2e7dd7767cc5c4e0eb (diff) | |
download | cpython-89ba1fff170f9e5de6f8c9c4ad598931c69492e8.zip cpython-89ba1fff170f9e5de6f8c9c4ad598931c69492e8.tar.gz cpython-89ba1fff170f9e5de6f8c9c4ad598931c69492e8.tar.bz2 |
Bump version; update date
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/whatsnew24.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex index b89164e..2a5d89e 100644 --- a/Doc/whatsnew/whatsnew24.tex +++ b/Doc/whatsnew/whatsnew24.tex @@ -10,7 +10,7 @@ % \title{What's New in Python 2.4} -\release{0.1} +\release{0.2} \author{A.M.\ Kuchling} \authoraddress{ \strong{Python Software Foundation}\\ @@ -21,8 +21,8 @@ \maketitle \tableofcontents -This article explains the new features in Python 2.4 alpha1, scheduled -for release in early July 2004. The final version of Python 2.4 is +This article explains the new features in Python 2.4 alpha2, scheduled +for release in late July 2004. The final version of Python 2.4 is expected to be released around September 2004. Python 2.4 is a medium-sized release. It doesn't introduce as many |