]> granicus.if.org Git - python/commitdiff
Mention second encoding speedup
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 5 Jun 2006 00:08:09 +0000 (00:08 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 5 Jun 2006 00:08:09 +0000 (00:08 +0000)
Doc/whatsnew/whatsnew25.tex

index 7f8d8e69922e876f54b18995aa2b57c90020485d..84340d49dc766f7aeb2ee3c892fea78674e2bbc3 100644 (file)
@@ -1166,12 +1166,13 @@ In 2.5 the internal data structure has been customized for implementing sets,
 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, string splitting, and character map decoding, has
-been improved.  (Substring search and splitting improvements were
+\item The speed of some Unicode operations, such as finding
+substrings, string splitting, and character map encoding and 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
+sprint. Character maps were improved by Walter D\"orwald and
+Martin von~L\"owis.)
+% Patch 1313939, 1359618 
 
 \item The \function{long(\var{str}, \var{base})} function is now
 faster on long digit strings because fewer intermediate results are