[Python-checkins] r46109 - python/trunk/Doc/whatsnew/whatsnew25.tex

andrew.kuchling python-checkins at python.org
Tue May 23 14:47:03 CEST 2006


Author: andrew.kuchling
Date: Tue May 23 14:47:01 2006
New Revision: 46109

Modified:
   python/trunk/Doc/whatsnew/whatsnew25.tex
Log:
Mention string improvements

Modified: python/trunk/Doc/whatsnew/whatsnew25.tex
==============================================================================
--- python/trunk/Doc/whatsnew/whatsnew25.tex	(original)
+++ python/trunk/Doc/whatsnew/whatsnew25.tex	Tue May 23 14:47:01 2006
@@ -1137,7 +1137,10 @@
 (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


More information about the Python-checkins mailing list