[Python-checkins] cpython: Mention the UTF-16 encoding speedup in the whatsnew (issue #15026).

antoine.pitrou python-checkins at python.org
Fri Jun 15 22:25:25 CEST 2012


http://hg.python.org/cpython/rev/35667fc5f785
changeset:   77449:35667fc5f785
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Fri Jun 15 22:22:18 2012 +0200
summary:
  Mention the UTF-16 encoding speedup in the whatsnew (issue #15026).

files:
  Doc/whatsnew/3.3.rst |  6 ++++--
  1 files changed, 4 insertions(+), 2 deletions(-)


diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -1484,9 +1484,11 @@
   * 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-8 and UTF-16 decoding is now 2x to 4x faster.  UTF-16 encoding is now
+  up to 10x faster.
 
-  (contributed by Serhiy Storchaka, :issue:`14624` and :issue:`14738`.)
+  (contributed by Serhiy Storchaka, :issue:`14624`, :issue:`14738` and
+  :issue:`15026`.)
 
 
 Build and C API Changes

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list