summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-10-10 00:47:31 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-10-10 00:47:31 (GMT)
commit2623a5db6f0bae52e6b98a818074ff3f642b7d06 (patch)
treee8692ecc80a0c629cc8ba7390c284ab58a6e5a8a /Tools
parente66dc2aecc8f9e7c026562bb3a3e6ea85927477a (diff)
parent5f16f90d1b1dcd69dcc8bfc2de266c93bee55470 (diff)
downloadcpython-2623a5db6f0bae52e6b98a818074ff3f642b7d06.zip
cpython-2623a5db6f0bae52e6b98a818074ff3f642b7d06.tar.gz
cpython-2623a5db6f0bae52e6b98a818074ff3f642b7d06.tar.bz2
Merge: #18176: Change generic UCD PropList link to version specific link.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/unicode/makeunicodedata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/unicode/makeunicodedata.py b/Tools/unicode/makeunicodedata.py
index 72e80d7..b7d31e8 100644
--- a/Tools/unicode/makeunicodedata.py
+++ b/Tools/unicode/makeunicodedata.py
@@ -41,7 +41,7 @@ VERSION = "3.2"
# When changing UCD version please update
# * Doc/library/stdtypes.rst, and
# * Doc/library/unicodedata.rst
-# * Doc/reference/lexical_analysis.rst
+# * Doc/reference/lexical_analysis.rst (two occurrences)
UNIDATA_VERSION = "7.0.0"
UNICODE_DATA = "UnicodeData%s.txt"
COMPOSITION_EXCLUSIONS = "CompositionExclusions%s.txt"