diff options
author | Benjamin Peterson <benjamin@python.org> | 2020-03-11 03:41:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-11 03:41:34 (GMT) |
commit | 051b9d08d1e6a8b1022a2bd9166be51c0b152698 (patch) | |
tree | 3f7eb694da64c60b304d073bac8cf703cbbc8f5f /Doc/library/unicodedata.rst | |
parent | 76d5877b72cbe66eb3b6d8caa8d19f89a938ada2 (diff) | |
download | cpython-051b9d08d1e6a8b1022a2bd9166be51c0b152698.zip cpython-051b9d08d1e6a8b1022a2bd9166be51c0b152698.tar.gz cpython-051b9d08d1e6a8b1022a2bd9166be51c0b152698.tar.bz2 |
closes bpo-39926: Update Unicode to 13.0.0. (GH-18910)
Diffstat (limited to 'Doc/library/unicodedata.rst')
-rw-r--r-- | Doc/library/unicodedata.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/library/unicodedata.rst b/Doc/library/unicodedata.rst index 225384c..124170f 100644 --- a/Doc/library/unicodedata.rst +++ b/Doc/library/unicodedata.rst @@ -17,8 +17,8 @@ This module provides access to the Unicode Character Database (UCD) which defines character properties for all Unicode characters. The data contained in -this database is compiled from the `UCD version 12.1.0 -<http://www.unicode.org/Public/12.1.0/ucd>`_. +this database is compiled from the `UCD version 13.0.0 +<http://www.unicode.org/Public/13.0.0/ucd>`_. The module uses the same names and symbols as defined by Unicode Standard Annex #44, `"Unicode Character Database" @@ -175,6 +175,6 @@ Examples: .. rubric:: Footnotes -.. [#] http://www.unicode.org/Public/12.1.0/ucd/NameAliases.txt +.. [#] http://www.unicode.org/Public/13.0.0/ucd/NameAliases.txt -.. [#] http://www.unicode.org/Public/12.1.0/ucd/NamedSequences.txt +.. [#] http://www.unicode.org/Public/13.0.0/ucd/NamedSequences.txt |