summaryrefslogtreecommitdiffstats
path: root/Tools
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 /Tools
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 'Tools')
-rw-r--r--Tools/unicode/makeunicodedata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/unicode/makeunicodedata.py b/Tools/unicode/makeunicodedata.py
index 040ac89..454e435 100644
--- a/Tools/unicode/makeunicodedata.py
+++ b/Tools/unicode/makeunicodedata.py
@@ -31,7 +31,7 @@ SCRIPT = sys.argv[0]
VERSION = "2.6"
# The Unicode Database
-UNIDATA_VERSION = "5.2.0"
+UNIDATA_VERSION = "5.1.0"
UNICODE_DATA = "UnicodeData%s.txt"
COMPOSITION_EXCLUSIONS = "CompositionExclusions%s.txt"
EASTASIAN_WIDTH = "EastAsianWidth%s.txt"