summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2010-03-19 01:17:46 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2010-03-19 01:17:46 (GMT)
commitf1789dee30f36cfdc2150c91a1fddb756dbd670d (patch)
treef5d32e84f7817f687e60f6272b8e90da417da973 /Misc
parent3ab1fa6102653136be2670b0714ea414b4a39b52 (diff)
downloadcpython-f1789dee30f36cfdc2150c91a1fddb756dbd670d.zip
cpython-f1789dee30f36cfdc2150c91a1fddb756dbd670d.tar.gz
cpython-f1789dee30f36cfdc2150c91a1fddb756dbd670d.tar.bz2
Revert Unicode UCD 5.2 upgrade in 3.x. It broke repr() for unicode objects, and gave failures in test_bigmem. Revert 79062, 79065 and 79083.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5f6920a..c7d8bcb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -290,8 +290,6 @@ Library
- ``tokenize.detect_encoding`` now returns ``'utf-8-sig'`` when a UTF-8 BOM is
detected.
-- Issue #8024: Update the Unicode database to 5.2.
-
- Issue #6716/2: Backslash-replace error output in compilall.
- Issue #4961: Inconsistent/wrong result of askyesno function in tkMessageBox