Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 532783b

Browse files
committed
Merge: #18176: fix another reference and add it to the makeunicodedata comment.
2 parents 5ac125c + 5bd6242 commit 532783b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/reference/lexical_analysis.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,4 +726,4 @@ occurrence outside string literals and comments is an unconditional error::
726726

727727
.. rubric:: Footnotes
728728

729-
.. [#] http://www.unicode.org/Public/6.1.0/ucd/NameAliases.txt
729+
.. [#] http://www.unicode.org/Public/7.0.0/ucd/NameAliases.txt

Tools/unicode/makeunicodedata.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
# When changing UCD version please update
4242
# * Doc/library/stdtypes.rst, and
4343
# * Doc/library/unicodedata.rst
44+
# * Doc/reference/lexical_analysis.rst
4445
UNIDATA_VERSION = "7.0.0"
4546
UNICODE_DATA = "UnicodeData%s.txt"
4647
COMPOSITION_EXCLUSIONS = "CompositionExclusions%s.txt"

0 commit comments

Comments
 (0)