We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7445a38 commit 5bd6242Copy full SHA for 5bd6242
2 files changed
Doc/reference/lexical_analysis.rst
@@ -726,4 +726,4 @@ occurrence outside string literals and comments is an unconditional error::
726
727
.. rubric:: Footnotes
728
729
-.. [#] http://www.unicode.org/Public/6.1.0/ucd/NameAliases.txt
+.. [#] http://www.unicode.org/Public/6.3.0/ucd/NameAliases.txt
Tools/unicode/makeunicodedata.py
@@ -41,6 +41,7 @@
41
# When changing UCD version please update
42
# * Doc/library/stdtypes.rst, and
43
# * Doc/library/unicodedata.rst
44
+# * Doc/reference/lexical_analysis.rst
45
UNIDATA_VERSION = "6.3.0"
46
UNICODE_DATA = "UnicodeData%s.txt"
47
COMPOSITION_EXCLUSIONS = "CompositionExclusions%s.txt"
0 commit comments