From: Andrew M. Kuchling Date: Tue, 23 May 2006 12:47:01 +0000 (+0000) Subject: Mention string improvements X-Git-Tag: v2.5b1~583 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1cdace4294c3eda12c9787cda74e1653b157145f;p=thirdparty%2FPython%2Fcpython.git Mention string improvements --- diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index 7ed9f8501725..acb5bdb2396f 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