summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-05-23 12:47:01 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-05-23 12:47:01 (GMT)
commit1cdace4294c3eda12c9787cda74e1653b157145f (patch)
tree86cfe112e9fcb61367dbb02f8622f78e1f2f7282 /Doc
parentc602723e4586a2f4f37ba968800fd1f6e4209b26 (diff)
downloadcpython-1cdace4294c3eda12c9787cda74e1653b157145f.zip
cpython-1cdace4294c3eda12c9787cda74e1653b157145f.tar.gz
cpython-1cdace4294c3eda12c9787cda74e1653b157145f.tar.bz2
Mention string improvements
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/whatsnew25.tex5
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex
index 7ed9f85..acb5bdb 100644
--- a/Doc/whatsnew/whatsnew25.tex
+++ b/Doc/whatsnew/whatsnew25.tex
@@ -1137,7 +1137,10 @@ 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, such as
-character map decoding, has been improved.
+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.)
% Patch 1313939
\item The code generator's peephole optimizer now performs