Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ac125c + 5bd6242 commit 532783bCopy full SHA for 532783b
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/7.0.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 = "7.0.0"
46
UNICODE_DATA = "UnicodeData%s.txt"
47
COMPOSITION_EXCLUSIONS = "CompositionExclusions%s.txt"
0 commit comments