diff options
author | Benjamin Peterson <benjamin@python.org> | 2022-09-13 22:45:12 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-13 22:45:12 (GMT) |
commit | fd1e477f5300172d9330e5777d37d70add473baf (patch) | |
tree | 71543cd2fcc3a4dc0ee65b0ff0118b5e4ec9e8b8 /Doc/library/unicodedata.rst | |
parent | 69d9a080993902b289c1b2c089cc0882b908df4c (diff) | |
download | cpython-fd1e477f5300172d9330e5777d37d70add473baf.zip cpython-fd1e477f5300172d9330e5777d37d70add473baf.tar.gz cpython-fd1e477f5300172d9330e5777d37d70add473baf.tar.bz2 |
closes gh-96734: Update to Unicode 15.0.0. (GH-96809)
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 6276f63..3a094f9 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 14.0.0 -<https://www.unicode.org/Public/14.0.0/ucd>`_. +this database is compiled from the `UCD version 15.0.0 +<https://www.unicode.org/Public/15.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 -.. [#] https://www.unicode.org/Public/14.0.0/ucd/NameAliases.txt +.. [#] https://www.unicode.org/Public/15.0.0/ucd/NameAliases.txt -.. [#] https://www.unicode.org/Public/14.0.0/ucd/NamedSequences.txt +.. [#] https://www.unicode.org/Public/15.0.0/ucd/NamedSequences.txt |