mirror of
https://github.com/python/cpython.git
synced 2025-08-28 12:45:07 +00:00
closes gh-124016: update Unicode to 16.0.0 (#124017)
This commit is contained in:
parent
a9594a34c6
commit
bb904e063d
12 changed files with 23668 additions and 21778 deletions
|
@ -44,7 +44,7 @@ VERSION = "3.3"
|
|||
# * Doc/library/stdtypes.rst, and
|
||||
# * Doc/library/unicodedata.rst
|
||||
# * Doc/reference/lexical_analysis.rst (two occurrences)
|
||||
UNIDATA_VERSION = "15.1.0"
|
||||
UNIDATA_VERSION = "16.0.0"
|
||||
UNICODE_DATA = "UnicodeData%s.txt"
|
||||
COMPOSITION_EXCLUSIONS = "CompositionExclusions%s.txt"
|
||||
EASTASIAN_WIDTH = "EastAsianWidth%s.txt"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue