summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2010-03-18 21:50:06 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2010-03-18 21:50:06 (GMT)
commit2e0a53fdf6dd84ab5418ae4faec330eaed443bd6 (patch)
tree172c0b358ee0206f58c5cf6ba16364dfb1ab73f9 /Tools
parentdecd14b5db37fed0ab92f16d5374537d0e72c9c4 (diff)
downloadcpython-2e0a53fdf6dd84ab5418ae4faec330eaed443bd6.zip
cpython-2e0a53fdf6dd84ab5418ae4faec330eaed443bd6.tar.gz
cpython-2e0a53fdf6dd84ab5418ae4faec330eaed443bd6.tar.bz2
Issue #8024: Update the Unicode database to 5.2
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 0bcc2e9..a97d4ca 100644
--- a/Tools/unicode/makeunicodedata.py
+++ b/Tools/unicode/makeunicodedata.py
@@ -30,7 +30,7 @@ SCRIPT = sys.argv[0]
VERSION = "2.6"
# The Unicode Database
-UNIDATA_VERSION = "5.1.0"
+UNIDATA_VERSION = "5.2.0"
UNICODE_DATA = "UnicodeData%s.txt"
COMPOSITION_EXCLUSIONS = "CompositionExclusions%s.txt"
EASTASIAN_WIDTH = "EastAsianWidth%s.txt"