]> granicus.if.org Git - python/commitdiff
Add item
authorAndrew M. Kuchling <amk@amk.ca>
Sun, 16 Apr 2006 19:53:27 +0000 (19:53 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sun, 16 Apr 2006 19:53:27 +0000 (19:53 +0000)
Doc/whatsnew/whatsnew25.tex

index b19b65a64ca005b36ef6b08bca795a8b39906f66..ebb021c0270a48cc39e0152972c3b7810ef930ed 100644 (file)
@@ -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