[Python-checkins] r45460 - python/trunk/Doc/whatsnew/whatsnew25.tex (original) (raw)

andrew.kuchling python-checkins at python.org
Sun Apr 16 21:53:28 CEST 2006


Author: andrew.kuchling Date: Sun Apr 16 21:53:27 2006 New Revision: 45460

Modified: python/trunk/Doc/whatsnew/whatsnew25.tex Log: Add item

Modified: python/trunk/Doc/whatsnew/whatsnew25.tex

--- python/trunk/Doc/whatsnew/whatsnew25.tex (original) +++ python/trunk/Doc/whatsnew/whatsnew25.tex Sun Apr 16 21:53:27 2006 @@ -2,7 +2,6 @@ \usepackage{distutils} % IdIdId

-% Writing context managers % The easy_install stuff % Stateful codec changes % Fix XXX comments @@ -1178,8 +1177,9 @@ and as a result sets will use a third less memory and are somewhat faster. (Implemented by Raymond Hettinger.)

-\item The performance of some Unicode operations has been improved. -% XXX provide details? +\item The performance of some Unicode operations, such as +character map decoding, has been improved. +% Patch 1313939

\item The code generator's peephole optimizer now performs simple constant folding in expressions. If you write something like



More information about the Python-checkins mailing list