(original) (raw)

changeset: 77449:35667fc5f785 user: Antoine Pitrou solipsis@pitrou.net date: Fri Jun 15 22:22:18 2012 +0200 files: Doc/whatsnew/3.3.rst description: Mention the UTF-16 encoding speedup in the whatsnew (issue #15026). diff -r acca141fda80 -r 35667fc5f785 Doc/whatsnew/3.3.rst --- a/Doc/whatsnew/3.3.rst Fri Jun 15 22:15:23 2012 +0200 +++ b/Doc/whatsnew/3.3.rst Fri Jun 15 22:22:18 2012 +0200 @@ -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 /solipsis@pitrou.net