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

index 699d91603533b9fb43e3cd87feb542014580cb96,a2ef0aaf27efd9a368e2589a8875846f977d24b4..ee1914a29c1defab400a4b2a73aa2f50dca2fab2
@@@ -726,4 -726,4 +726,4 @@@ occurrence outside string literals and 
  
  .. rubric:: Footnotes
  
- .. [#] http://www.unicode.org/Public/6.1.0/ucd/NameAliases.txt
 -.. [#] http://www.unicode.org/Public/6.3.0/ucd/NameAliases.txt
++.. [#] http://www.unicode.org/Public/7.0.0/ucd/NameAliases.txt
index 93ba13089c0687543d495123194bc318154f935e,18ed93a247058c748ca1c3a7682335c4cc11fc04..72e80d743f6c113b085af7199be9a8b0a6d44f21
@@@ -41,7 -41,8 +41,8 @@@ VERSION = "3.2
  # When changing UCD version please update
  #   * Doc/library/stdtypes.rst, and
  #   * Doc/library/unicodedata.rst
 -UNIDATA_VERSION = "6.3.0"
+ #   * Doc/reference/lexical_analysis.rst
 +UNIDATA_VERSION = "7.0.0"
  UNICODE_DATA = "UnicodeData%s.txt"
  COMPOSITION_EXCLUSIONS = "CompositionExclusions%s.txt"
  EASTASIAN_WIDTH = "EastAsianWidth%s.txt"