This commit is contained in:
Andrew M. Kuchling 2006-04-16 19:53:27 +00:00
parent 19ab6c98cf
commit 45bb98e8b9
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,6 @@
\usepackage{distutils} \usepackage{distutils}
% $Id$ % $Id$
% Writing context managers
% The easy_install stuff % The easy_install stuff
% Stateful codec changes % Stateful codec changes
% Fix XXX comments % Fix XXX comments
@ -1178,8 +1177,9 @@ In 2.5 the internal data structure has been customized for implementing sets,
and as a result sets will use a third less memory and are somewhat faster. and as a result sets will use a third less memory and are somewhat faster.
(Implemented by Raymond Hettinger.) (Implemented by Raymond Hettinger.)
\item The performance of some Unicode operations has been improved. \item The performance of some Unicode operations, such as
% XXX provide details? character map decoding, has been improved.
% Patch 1313939
\item The code generator's peephole optimizer now performs \item The code generator's peephole optimizer now performs
simple constant folding in expressions. If you write something like simple constant folding in expressions. If you write something like