Bump version number; update patch/bug counts; bet that the final release will be in December

This commit is contained in:
Andrew M. Kuchling 2004-11-19 14:26:23 +00:00
parent 5a2bc5f616
commit 7466659e83
1 changed files with 5 additions and 6 deletions

View File

@ -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