diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2010-03-19 01:17:46 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2010-03-19 01:17:46 (GMT) |
commit | f1789dee30f36cfdc2150c91a1fddb756dbd670d (patch) | |
tree | f5d32e84f7817f687e60f6272b8e90da417da973 /Misc | |
parent | 3ab1fa6102653136be2670b0714ea414b4a39b52 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |