diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-04-16 19:53:27 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-04-16 19:53:27 (GMT) |
commit | 45bb98e8b912bb970bddd87ca850cdde7e271d35 (patch) | |
tree | e6a0d0a8648494807871d2a07a44f5e063963930 /Doc/whatsnew/whatsnew25.tex | |
parent | 19ab6c98cf0525682b74f1f217503c42bacb4916 (diff) | |
download | cpython-45bb98e8b912bb970bddd87ca850cdde7e271d35.zip cpython-45bb98e8b912bb970bddd87ca850cdde7e271d35.tar.gz cpython-45bb98e8b912bb970bddd87ca850cdde7e271d35.tar.bz2 |
Add item
Diffstat (limited to 'Doc/whatsnew/whatsnew25.tex')
-rw-r--r-- | Doc/whatsnew/whatsnew25.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index b19b65a..ebb021c 100644 --- a/Doc/whatsnew/whatsnew25.tex +++ b/Doc/whatsnew/whatsnew25.tex @@ -2,7 +2,6 @@ \usepackage{distutils} % $Id$ -% Writing context managers % The easy_install stuff % Stateful codec changes % 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. (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 |