summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-05-23 19:29:38 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-05-23 19:29:38 (GMT)
commit150faff1957fa421b744bfe1598fc697ba88cbc2 (patch)
tree5d1b4038b6420bd5c3a456295ca34c8ac4e470cb /Doc
parent4de3f998bf1aee2434dee6025480665c3c72ccb2 (diff)
downloadcpython-150faff1957fa421b744bfe1598fc697ba88cbc2.zip
cpython-150faff1957fa421b744bfe1598fc697ba88cbc2.tar.gz
cpython-150faff1957fa421b744bfe1598fc697ba88cbc2.tar.bz2
Add two items
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/whatsnew25.tex12
1 files changed, 8 insertions, 4 deletions
diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex
index b5a5236..c0382d1 100644
--- a/Doc/whatsnew/whatsnew25.tex
+++ b/Doc/whatsnew/whatsnew25.tex
@@ -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