commit | 63065d761e6c545216b9621982d16dd459abb1f8 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue May 15 23:48:04 2012 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue May 15 23:48:04 2012 +0200 |
tree | 7bfe6f72dcf2ec9604b0a76ca52fca9aa723ce02 | |
parent | 12ea86adcea986c5572c597b72253d839f4d303a [diff] [blame] |
Issue #14624: UTF-16 decoding is now 3x to 4x faster on various inputs. Patch by Serhiy Storchaka.
diff --git a/Misc/NEWS b/Misc/NEWS index 4870979..2ff55e8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Core and Builtins ----------------- +- Issue #14624: UTF-16 decoding is now 3x to 4x faster on various inputs. + Patch by Serhiy Storchaka. + - asdl_seq and asdl_int_seq are now Py_ssize_t sized. - Issue #14133 (PEP 415): Implement suppression of __context__ display with an