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

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


https://hg.python.org/cpython/rev/e9ec8d622a30
changeset:   92899:e9ec8d622a30
parent:      92897:2551bdfff335
parent:      92898:303861ce9ead
user:        R David Murray <rdmurray at bitdance.com>
date:        Thu Oct 09 17:41:55 2014 -0400
summary:
  Merge: #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/7.0.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 = "7.0.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