summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-06-15 20:15:23 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-06-15 20:15:23 (GMT)
commit27f6a3b0bff9f100331707a4a461446ffc18baae (patch)
treea90dd1ba1c9d07e8d612202e236ace147c433cd6 /Misc
parent3049f1243ec85590f64962994f055da66c85a15e (diff)
downloadcpython-27f6a3b0bff9f100331707a4a461446ffc18baae.zip
cpython-27f6a3b0bff9f100331707a4a461446ffc18baae.tar.gz
cpython-27f6a3b0bff9f100331707a4a461446ffc18baae.tar.bz2
Issue #15026: utf-16 encoding is now significantly faster (up to 10x).
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 d701044..6acf02b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.3.0 Beta 1?
Core and Builtins
-----------------
+- Issue #15026: utf-16 encoding is now significantly faster (up to 10x).
+ Patch by Serhiy Storchaka.
+
- Issue #11022: open() and io.TextIOWrapper are now calling
locale.getpreferredencoding(False) instead of locale.getpreferredencoding()
in text mode if the encoding is not specified. Don't change temporary the