From: R David Murray Date: Thu, 9 Oct 2014 21:30:33 +0000 (-0400) Subject: #18176: updated stdtypes UCD link, added reminder to makeunicodedata. X-Git-Tag: v3.4.3rc1~527 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7445a383a6d82267bc6a048b829a31649bbe83c8;p=thirdparty%2FPython%2Fcpython.git #18176: updated stdtypes UCD link, added reminder to makeunicodedata. Patch by Alexander Belopolsky. --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 6ab0ff64df68..d677171afad7 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -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 for a complete list of code points with the ``Nd`` property. diff --git a/Tools/unicode/makeunicodedata.py b/Tools/unicode/makeunicodedata.py index 0942508dff1c..0aebdcae2c3e 100644 --- a/Tools/unicode/makeunicodedata.py +++ b/Tools/unicode/makeunicodedata.py @@ -37,6 +37,10 @@ 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" UNICODE_DATA = "UnicodeData%s.txt" COMPOSITION_EXCLUSIONS = "CompositionExclusions%s.txt"