mirror of
https://github.com/python/cpython.git
synced 2025-08-25 03:04:55 +00:00
Merge: #18176: updated stdtypes UCD link, added reminder to makeunicodedata.
This commit is contained in:
commit
5ac125cde3
2 changed files with 5 additions and 1 deletions
|
@ -37,6 +37,10 @@ SCRIPT = sys.argv[0]
|
|||
VERSION = "3.2"
|
||||
|
||||
# The Unicode Database
|
||||
# --------------------
|
||||
# When changing UCD version please update
|
||||
# * Doc/library/stdtypes.rst, and
|
||||
# * Doc/library/unicodedata.rst
|
||||
UNIDATA_VERSION = "7.0.0"
|
||||
UNICODE_DATA = "UnicodeData%s.txt"
|
||||
COMPOSITION_EXCLUSIONS = "CompositionExclusions%s.txt"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue