]> granicus.if.org Git - python/commitdiff
Merge: #18176: updated stdtypes UCD link, added reminder to makeunicodedata.
authorR David Murray <rdmurray@bitdance.com>
Thu, 9 Oct 2014 21:33:15 +0000 (17:33 -0400)
committerR David Murray <rdmurray@bitdance.com>
Thu, 9 Oct 2014 21:33:15 +0000 (17:33 -0400)
1  2 
Doc/library/stdtypes.rst
Tools/unicode/makeunicodedata.py

index 6ab0ff64df68c3bef2c1fea2196b6309ce45798e,d677171afad7e960488817ec4c49a385c7fd1446..757221035a618d5ee7c589f3b4ef63cb5d3ea80b
@@@ -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.
  
  
index 5101bbc3f0ebe27423e860847b1a78e59dce3b1d,0aebdcae2c3e89b3cde04176221903686d66da21..93ba13089c0687543d495123194bc318154f935e
@@@ -37,7 -37,11 +37,11 @@@ SCRIPT = sys.argv[0
  VERSION = "3.2"
  
  # The Unicode Database
 -UNIDATA_VERSION = "6.3.0"
+ # --------------------
+ # When changing UCD version please update
+ #   * Doc/library/stdtypes.rst, and
+ #   * Doc/library/unicodedata.rst
 +UNIDATA_VERSION = "7.0.0"
  UNICODE_DATA = "UnicodeData%s.txt"
  COMPOSITION_EXCLUSIONS = "CompositionExclusions%s.txt"
  EASTASIAN_WIDTH = "EastAsianWidth%s.txt"