mirror of https://github.com/python/cpython.git
Bump document version to 1.0; remove pystone paragraph
This commit is contained in:
parent
efd68c789e
commit
115ea43bff
|
@ -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}}
|
||||
|
|
Loading…
Reference in New Issue