]> granicus.if.org Git - python/commitdiff
Add two items
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 23 May 2006 19:29:38 +0000 (19:29 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 23 May 2006 19:29:38 +0000 (19:29 +0000)
Doc/whatsnew/whatsnew25.tex

index b5a5236e3c67258d0c25bd548f6937054622f8be..c0382d16b1a57a56c0b8b30ea68260c61b14b3d3 100644 (file)
@@ -1137,10 +1137,10 @@ and as a result sets will use a third less memory and are somewhat faster.
 (Implemented by Raymond Hettinger.)
 
 \item The speed of some Unicode operations, such as 
-finding substrings and character map decoding, has been improved.
-(Substring search improvements were added by Fredrik Lundh and Andrew
-Dalke at the NeedForSpeed sprint. Character map decoding was improved
-by Walter D\"orwald.)
+finding substrings, string splitting, and character map decoding, has
+been improved.  (Substring search and splitting improvements were
+added by Fredrik Lundh and Andrew Dalke at the NeedForSpeed
+sprint. Character map decoding was improved by Walter D\"orwald.)
 % Patch 1313939
 
 \item The code generator's peephole optimizer now performs
@@ -1155,6 +1155,10 @@ invoked.  (Original patch by Michael Hudson, modified by Armin Rigo
 and Richard Jones; committed at the NeedForSpeed sprint.)
 % Patch 876206
 
+Frame objects are also slightly smaller, which may improve cache locality
+and reduce memory usage a bit.  (Contributed by Neal Norwitz.)
+% Patch 1337051
+
 \end{itemize}
 
 The net result of the 2.5 optimizations is that Python 2.5 runs the