]> granicus.if.org Git - python/commitdiff
#18176: fix another reference and add it to the makeunicodedata comment.
authorR David Murray <rdmurray@bitdance.com>
Thu, 9 Oct 2014 21:39:48 +0000 (17:39 -0400)
committerR David Murray <rdmurray@bitdance.com>
Thu, 9 Oct 2014 21:39:48 +0000 (17:39 -0400)
Doc/reference/lexical_analysis.rst
Tools/unicode/makeunicodedata.py

index 6617c3b45519dba0a88e64c5d48cd7109fe8050f..a2ef0aaf27efd9a368e2589a8875846f977d24b4 100644 (file)
@@ -726,4 +726,4 @@ occurrence outside string literals and comments is an unconditional error::
 
 .. rubric:: Footnotes
 
-.. [#] http://www.unicode.org/Public/6.1.0/ucd/NameAliases.txt
+.. [#] http://www.unicode.org/Public/6.3.0/ucd/NameAliases.txt
index 0aebdcae2c3e89b3cde04176221903686d66da21..18ed93a247058c748ca1c3a7682335c4cc11fc04 100644 (file)
@@ -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"