summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-01-04 17:25:37 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-01-04 17:25:37 (GMT)
commit583a93943c0f090ac2699d7feb33e72bfed7323e (patch)
tree8f0423e5dad407e163eed5082496f53155944266 /Misc
parent41adc2670882d49b3120ed2f6803c5a289650648 (diff)
downloadcpython-583a93943c0f090ac2699d7feb33e72bfed7323e.zip
cpython-583a93943c0f090ac2699d7feb33e72bfed7323e.tar.gz
cpython-583a93943c0f090ac2699d7feb33e72bfed7323e.tar.bz2
Issue #15027: Rewrite the UTF-32 encoder. It is now 1.6x to 3.5x faster.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ec635e7..b63b60e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ Release date: 2014-01-05
Core and Builtins
-----------------
+- Issue #15027: Rewrite the UTF-32 encoder. It is now 1.6x to 3.5x faster.
+
- Issue #17432: Drop UCS2 from names of Unicode functions in python3.def.
- Issue #19526: Exclude all new API from the stable ABI. Exceptions can be