From: Andrew M. Kuchling Date: Wed, 16 Aug 2006 13:41:52 +0000 (+0000) Subject: Bump document version to 1.0; remove pystone paragraph X-Git-Tag: v2.5c1~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=115ea43bff476387622bdd66939de7daf1a1fb29;p=thirdparty%2FPython%2Fcpython.git Bump document version to 1.0; remove pystone paragraph --- diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index aa2a399915ff..3f16b877668e 100644 --- a/Doc/whatsnew/whatsnew25.tex +++ b/Doc/whatsnew/whatsnew25.tex @@ -5,7 +5,7 @@ % Fix XXX comments \title{What's New in Python 2.5} -\release{0.9} +\release{1.0} \author{A.M. Kuchling} \authoraddress{\email{amk@amk.ca}} @@ -1334,9 +1334,6 @@ they exist or not so that the interpreter makes fewer \end{itemize} -The net result of the 2.5 optimizations is that Python 2.5 runs the -pystone benchmark around XXX\% faster than Python 2.4. - %====================================================================== \section{New, Improved, and Removed Modules\label{modules}}