summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-10-09 21:30:33 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-10-09 21:30:33 (GMT)
commit7445a383a6d82267bc6a048b829a31649bbe83c8 (patch)
treed5ba0078bc669ec2ffefc4c2a4daa485acc8a1a9 /Tools
parentfc6a90a92e42717268b7e927c158ba341e579106 (diff)
downloadcpython-7445a383a6d82267bc6a048b829a31649bbe83c8.zip
cpython-7445a383a6d82267bc6a048b829a31649bbe83c8.tar.gz
cpython-7445a383a6d82267bc6a048b829a31649bbe83c8.tar.bz2
#18176: updated stdtypes UCD link, added reminder to makeunicodedata.
Patch by Alexander Belopolsky.
Diffstat (limited to 'Tools')
-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 0942508..0aebdca 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 = "6.3.0"
UNICODE_DATA = "UnicodeData%s.txt"
COMPOSITION_EXCLUSIONS = "CompositionExclusions%s.txt"