From: R David Murray Date: Thu, 9 Oct 2014 21:33:15 +0000 (-0400) Subject: Merge: #18176: updated stdtypes UCD link, added reminder to makeunicodedata. X-Git-Tag: v3.5.0a1~724 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ac125cde3ea47d5bfa7b18614a792837a8733cd;p=python Merge: #18176: updated stdtypes UCD link, added reminder to makeunicodedata. --- 5ac125cde3ea47d5bfa7b18614a792837a8733cd diff --cc Doc/library/stdtypes.rst index 6ab0ff64df,d677171afa..757221035a --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@@ -354,7 -354,7 +354,7 @@@ Notes The numeric literals accepted include the digits ``0`` to ``9`` or any Unicode equivalent (code points with the ``Nd`` property). - See http://www.unicode.org/Public/6.0.0/ucd/extracted/DerivedNumericType.txt - See http://www.unicode.org/Public/6.3.0/ucd/extracted/DerivedNumericType.txt ++ See http://www.unicode.org/Public/7.0.0/ucd/extracted/DerivedNumericType.txt for a complete list of code points with the ``Nd`` property. diff --cc Tools/unicode/makeunicodedata.py index 5101bbc3f0,0aebdcae2c..93ba13089c --- a/Tools/unicode/makeunicodedata.py +++ b/Tools/unicode/makeunicodedata.py @@@ -37,7 -37,11 +37,11 @@@ SCRIPT = sys.argv[0 VERSION = "3.2" # The Unicode Database + # -------------------- + # When changing UCD version please update + # * Doc/library/stdtypes.rst, and + # * Doc/library/unicodedata.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"