summaryrefslogtreecommitdiff
path: root/Tools/unicode
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-07-06 13:04:20 -0700
committerBenjamin Peterson <benjamin@python.org>2014-07-06 13:04:20 -0700
commit3032ed7cb1990ecd9c6304e5e1aad47da36076d7 (patch)
treeb7431905c34e32b48d2c0c26261c44def3b789ba /Tools/unicode
parent1f6b1034401ef87b490fac3a48c896aad23c9da1 (diff)
downloadcpython-git-3032ed7cb1990ecd9c6304e5e1aad47da36076d7.tar.gz
upgrade to unicode 7.0.0
Diffstat (limited to 'Tools/unicode')
-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 0942508dff..5101bbc3f0 100644
--- a/Tools/unicode/makeunicodedata.py
+++ b/Tools/unicode/makeunicodedata.py
@@ -37,7 +37,7 @@ SCRIPT = sys.argv[0]
VERSION = "3.2"
# The Unicode Database
-UNIDATA_VERSION = "6.3.0"
+UNIDATA_VERSION = "7.0.0"
UNICODE_DATA = "UnicodeData%s.txt"
COMPOSITION_EXCLUSIONS = "CompositionExclusions%s.txt"
EASTASIAN_WIDTH = "EastAsianWidth%s.txt"