aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-10-09 17:33:15 -0400
committerR David Murray <rdmurray@bitdance.com>2014-10-09 17:33:15 -0400
commit5ac125cde3ea47d5bfa7b18614a792837a8733cd (patch)
treec5597c5758a4f1efc102524a2ed3217fc78aa008 /Tools/unicode
parent#18615: Make sndhdr return namedtuples. (diff)
parent#18176: updated stdtypes UCD link, added reminder to makeunicodedata. (diff)
downloadcpython-5ac125cde3ea47d5bfa7b18614a792837a8733cd.tar.gz
cpython-5ac125cde3ea47d5bfa7b18614a792837a8733cd.tar.bz2
cpython-5ac125cde3ea47d5bfa7b18614a792837a8733cd.zip
Merge: #18176: updated stdtypes UCD link, added reminder to makeunicodedata.
Diffstat (limited to 'Tools/unicode')
-rw-r--r--Tools/unicode/makeunicodedata.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tools/unicode/makeunicodedata.py b/Tools/unicode/makeunicodedata.py
index 5101bbc3f0e..93ba13089c0 100644
--- a/Tools/unicode/makeunicodedata.py
+++ b/Tools/unicode/makeunicodedata.py
@@ -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"