From: R David Murray Date: Thu, 9 Oct 2014 21:41:55 +0000 (-0400) Subject: Merge: #18176: fix another reference and add it to the makeunicodedata comment. X-Git-Tag: v3.5.0a1~723 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=532783bd5ed4a98d4820d2932411d38385afbf7e;p=thirdparty%2FPython%2Fcpython.git Merge: #18176: fix another reference and add it to the makeunicodedata comment. --- 532783bd5ed4a98d4820d2932411d38385afbf7e diff --cc Doc/reference/lexical_analysis.rst index 699d91603533,a2ef0aaf27ef..ee1914a29c1d --- a/Doc/reference/lexical_analysis.rst +++ b/Doc/reference/lexical_analysis.rst @@@ -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 diff --cc Tools/unicode/makeunicodedata.py index 93ba13089c06,18ed93a24705..72e80d743f6c --- a/Tools/unicode/makeunicodedata.py +++ b/Tools/unicode/makeunicodedata.py @@@ -41,7 -41,8 +41,8 @@@ 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" +UNIDATA_VERSION = "7.0.0" UNICODE_DATA = "UnicodeData%s.txt" COMPOSITION_EXCLUSIONS = "CompositionExclusions%s.txt" EASTASIAN_WIDTH = "EastAsianWidth%s.txt"