]> granicus.if.org Git - python/commitdiff
Fix statement.
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 24 Jun 2012 20:38:23 +0000 (22:38 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 24 Jun 2012 20:38:23 +0000 (22:38 +0200)
Doc/whatsnew/3.3.rst

index b2d028d4c67903c0ad212a5b3e4a19ba057bce62..a5dc0f838ef74472b7af06d9ebaf5fa35958aff8 100644 (file)
@@ -1497,8 +1497,7 @@ Major performance enhancements have been added:
   * repeating a single ASCII letter and getting a substring of a ASCII strings
     is 4 times faster
 
-* UTF-8 and UTF-16 decoding is now 2x to 4x faster.  UTF-16 encoding is now
-  up to 10x faster.
+* UTF-8 is now 2x to 4x faster.  UTF-16 encoding is now up to 10x faster.
 
   (contributed by Serhiy Storchaka, :issue:`14624`, :issue:`14738` and
   :issue:`15026`.)