summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-08-16 13:41:52 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-08-16 13:41:52 (GMT)
commit115ea43bff476387622bdd66939de7daf1a1fb29 (patch)
tree188fd2b44e94362f3e0561e2aae50d76880c43f1 /Doc/whatsnew
parentefd68c789e9dc68839040364d63d9ff1d02b41d3 (diff)
downloadcpython-115ea43bff476387622bdd66939de7daf1a1fb29.zip
cpython-115ea43bff476387622bdd66939de7daf1a1fb29.tar.gz
cpython-115ea43bff476387622bdd66939de7daf1a1fb29.tar.bz2
Bump document version to 1.0; remove pystone paragraph
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/whatsnew25.tex5
1 files changed, 1 insertions, 4 deletions
diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex
index aa2a399..3f16b87 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}}