summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2004-11-19 14:26:23 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2004-11-19 14:26:23 (GMT)
commit7466659e836e7e72e3e1abb5ca66a2f6ac083601 (patch)
tree315ca90da9a3ad94ac361a0ed7a9b9065179014b /Doc
parent5a2bc5f6164050bc3e106768e9aea31364efd99a (diff)
downloadcpython-7466659e836e7e72e3e1abb5ca66a2f6ac083601.zip
cpython-7466659e836e7e72e3e1abb5ca66a2f6ac083601.tar.gz
cpython-7466659e836e7e72e3e1abb5ca66a2f6ac083601.tar.bz2
Bump version number; update patch/bug counts; bet that the final release will be in December
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/whatsnew24.tex11
1 files changed, 5 insertions, 6 deletions
diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex
index 7b4238a..2936bd5 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.9}
+\release{1.0}
\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, scheduled for
-release in December 2004.
+This article explains the new features in Python 2.4, released in December
+2004.
Python 2.4 is a medium-sized release. It doesn't introduce as many
changes as the radical Python 2.2, but introduces more features than
@@ -30,9 +30,8 @@ the conservative 2.3 release. The most significant new language
features are function decorators and generator expressions; most other
changes are to the standard library.
-% XXX update these figures as we go
-According to the CVS change logs, there were 421 patches applied and
-413 bugs fixed between Python 2.3 and 2.4. Both figures are likely to
+According to the CVS change logs, there were 481 patches applied and
+502 bugs fixed between Python 2.3 and 2.4. Both figures are likely to
be underestimates.
This article doesn't attempt to provide a complete specification of