[Python-checkins] cpython (3.4): #18176: fix another reference and add it to the makeunicodedata comment.

r.david.murray python-checkins at python.org
Thu Oct 9 23:44:52 CEST 2014


https://hg.python.org/cpython/rev/303861ce9ead
changeset:   92898:303861ce9ead
branch:      3.4
parent:      92896:fd7994909c2d
user:        R David Murray <rdmurray at bitdance.com>
date:        Thu Oct 09 17:39:48 2014 -0400
summary:
  #18176: fix another reference and add it to the makeunicodedata comment.

files:
  Doc/reference/lexical_analysis.rst |  2 +-
  Tools/unicode/makeunicodedata.py   |  1 +
  2 files changed, 2 insertions(+), 1 deletions(-)


diff --git a/Doc/reference/lexical_analysis.rst b/Doc/reference/lexical_analysis.rst
--- a/Doc/reference/lexical_analysis.rst
+++ b/Doc/reference/lexical_analysis.rst
@@ -726,4 +726,4 @@
 
 .. rubric:: Footnotes
 
-.. [#] http://www.unicode.org/Public/6.1.0/ucd/NameAliases.txt
+.. [#] http://www.unicode.org/Public/6.3.0/ucd/NameAliases.txt
diff --git a/Tools/unicode/makeunicodedata.py b/Tools/unicode/makeunicodedata.py
--- a/Tools/unicode/makeunicodedata.py
+++ b/Tools/unicode/makeunicodedata.py
@@ -41,6 +41,7 @@
 # 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"

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list