diff options
author | Benjamin Peterson <benjamin@python.org> | 2019-05-09 03:59:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-09 03:59:35 (GMT) |
commit | 3aca40d3cb4b9b6741cf3073d71fbfc682cab96d (patch) | |
tree | 0f2736344ed3b88a64249ed4f6ca3c040602fabf /Tools | |
parent | 289f1f80ee87a4baf4567a86b3425fb3bf73291d (diff) | |
download | cpython-3aca40d3cb4b9b6741cf3073d71fbfc682cab96d.zip cpython-3aca40d3cb4b9b6741cf3073d71fbfc682cab96d.tar.gz cpython-3aca40d3cb4b9b6741cf3073d71fbfc682cab96d.tar.bz2 |
closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214)
Adds ㋿.
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 2550b8f..5418eec 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 = "12.0.0" +UNIDATA_VERSION = "12.1.0" UNICODE_DATA = "UnicodeData%s.txt" COMPOSITION_EXCLUSIONS = "CompositionExclusions%s.txt" EASTASIAN_WIDTH = "EastAsianWidth%s.txt" |