summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-05-15 21:48:04 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-05-15 21:48:04 (GMT)
commit63065d761e6c545216b9621982d16dd459abb1f8 (patch)
tree7bfe6f72dcf2ec9604b0a76ca52fca9aa723ce02 /Misc
parent12ea86adcea986c5572c597b72253d839f4d303a (diff)
downloadcpython-63065d761e6c545216b9621982d16dd459abb1f8.zip
cpython-63065d761e6c545216b9621982d16dd459abb1f8.tar.gz
cpython-63065d761e6c545216b9621982d16dd459abb1f8.tar.bz2
Issue #14624: UTF-16 decoding is now 3x to 4x faster on various inputs.
Patch by Serhiy Storchaka.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4870979..2ff55e8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.3.0 Alpha 4?
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