summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-01-04 20:44:01 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-01-04 20:44:01 (GMT)
commit3079328d296992af4f64a988ec5dee244b319e7b (patch)
tree43db65bb17d79ec63e93108f11bf378864176a9b /Misc/NEWS
parent3cceb384861eeae1f164568a9ea30534fdf2c87c (diff)
downloadcpython-3079328d296992af4f64a988ec5dee244b319e7b.zip
cpython-3079328d296992af4f64a988ec5dee244b319e7b.tar.gz
cpython-3079328d296992af4f64a988ec5dee244b319e7b.tar.bz2
Reverted changeset b72c5573c5e7 (issue #15027).
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index feeace5..e8f86df 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,8 +10,6 @@ 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