]> granicus.if.org Git - python/commitdiff
#18176: updated stdtypes UCD link, added reminder to makeunicodedata.
authorR David Murray <rdmurray@bitdance.com>
Thu, 9 Oct 2014 21:30:33 +0000 (17:30 -0400)
committerR David Murray <rdmurray@bitdance.com>
Thu, 9 Oct 2014 21:30:33 +0000 (17:30 -0400)
Patch by Alexander Belopolsky.

Doc/library/stdtypes.rst
Tools/unicode/makeunicodedata.py

index 6ab0ff64df68c3bef2c1fea2196b6309ce45798e..d677171afad7e960488817ec4c49a385c7fd1446 100644 (file)
@@ -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.
 
 
index 0942508dff1ca262aaa49081c1ff1078dbac9137..0aebdcae2c3e89b3cde04176221903686d66da21 100644 (file)
@@ -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"