diff options
author | Benjamin Peterson <benjamin@python.org> | 2019-03-09 16:25:55 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-09 16:25:55 -0800 |
commit | 738c19f4c5475da186de03e966bd6648e5ced4c4 (patch) | |
tree | bbb5fe209dfd30d414b17fb461a0279b131d5ba8 /Tools | |
parent | Rework integer overflow path in math.prod and add more tests (GH-11809) (diff) | |
download | cpython-738c19f4c5475da186de03e966bd6648e5ced4c4.tar.gz cpython-738c19f4c5475da186de03e966bd6648e5ced4c4.tar.bz2 cpython-738c19f4c5475da186de03e966bd6648e5ced4c4.zip |
closes bpo-33376: Update to Unicode 12.0.0. (GH-12256)
Diffstat (limited to 'Tools')
-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 00976718390..9327693a173 100644 --- a/Tools/unicode/makeunicodedata.py +++ b/Tools/unicode/makeunicodedata.py @@ -41,7 +41,7 @@ VERSION = "3.3" # * Doc/library/stdtypes.rst, and # * Doc/library/unicodedata.rst # * Doc/reference/lexical_analysis.rst (two occurrences) -UNIDATA_VERSION = "11.0.0" +UNIDATA_VERSION = "12.0.0" UNICODE_DATA = "UnicodeData%s.txt" COMPOSITION_EXCLUSIONS = "CompositionExclusions%s.txt" EASTASIAN_WIDTH = "EastAsianWidth%s.txt" |