diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-09-29 17:47:39 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-09-29 17:47:39 (GMT) |
commit | b8350f1c7dcf3c96b165dc48c88b36fac0fdf627 (patch) | |
tree | dbc4ccb9336f2266f453391058fadc50b1556367 /Tools/unicode | |
parent | ede184996c925ef6f642aea7e673f19deb4d50d1 (diff) | |
download | cpython-b8350f1c7dcf3c96b165dc48c88b36fac0fdf627.zip cpython-b8350f1c7dcf3c96b165dc48c88b36fac0fdf627.tar.gz cpython-b8350f1c7dcf3c96b165dc48c88b36fac0fdf627.tar.bz2 |
upgrade to UCD 6.2
Diffstat (limited to 'Tools/unicode')
-rw-r--r-- | Tools/unicode/makeunicodedata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/unicode/makeunicodedata.py b/Tools/unicode/makeunicodedata.py index d83cf63..2f8e620 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.1.0" +UNIDATA_VERSION = "6.2.0" UNICODE_DATA = "UnicodeData%s.txt" COMPOSITION_EXCLUSIONS = "CompositionExclusions%s.txt" EASTASIAN_WIDTH = "EastAsianWidth%s.txt" |