diff options
author | R David Murray <rdmurray@bitdance.com> | 2014-10-09 21:39:48 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2014-10-09 21:39:48 (GMT) |
commit | 5bd62420f4c40ebc6b848d9373bc2ffe8c9db79b (patch) | |
tree | dba9864cfe315c78219820237466b3bea05787e1 /Tools | |
parent | 7445a383a6d82267bc6a048b829a31649bbe83c8 (diff) | |
download | cpython-5bd62420f4c40ebc6b848d9373bc2ffe8c9db79b.zip cpython-5bd62420f4c40ebc6b848d9373bc2ffe8c9db79b.tar.gz cpython-5bd62420f4c40ebc6b848d9373bc2ffe8c9db79b.tar.bz2 |
#18176: fix another reference and add it to the makeunicodedata comment.
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/unicode/makeunicodedata.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/unicode/makeunicodedata.py b/Tools/unicode/makeunicodedata.py index 0aebdca..18ed93a 100644 --- a/Tools/unicode/makeunicodedata.py +++ b/Tools/unicode/makeunicodedata.py @@ -41,6 +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 UNIDATA_VERSION = "6.3.0" UNICODE_DATA = "UnicodeData%s.txt" COMPOSITION_EXCLUSIONS = "CompositionExclusions%s.txt" |