diff options
| author | R David Murray <rdmurray@bitdance.com> | 2014-10-09 17:33:15 -0400 |
|---|---|---|
| committer | R David Murray <rdmurray@bitdance.com> | 2014-10-09 17:33:15 -0400 |
| commit | 5ac125cde3ea47d5bfa7b18614a792837a8733cd (patch) | |
| tree | c5597c5758a4f1efc102524a2ed3217fc78aa008 | |
| parent | 4487dd0ed5482d619279aa45099a22d0abc9615d (diff) | |
| parent | 7445a383a6d82267bc6a048b829a31649bbe83c8 (diff) | |
| download | cpython-git-5ac125cde3ea47d5bfa7b18614a792837a8733cd.tar.gz | |
Merge: #18176: updated stdtypes UCD link, added reminder to makeunicodedata.
| -rw-r--r-- | Doc/library/stdtypes.rst | 2 | ||||
| -rw-r--r-- | Tools/unicode/makeunicodedata.py | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 6ab0ff64df..757221035a 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/7.0.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 5101bbc3f0..93ba13089c 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 = "7.0.0" UNICODE_DATA = "UnicodeData%s.txt" COMPOSITION_EXCLUSIONS = "CompositionExclusions%s.txt" |
