diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-09-15 06:53:47 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-09-15 06:53:47 (GMT) |
commit | 67752315979e1501b7088273b5a1aecc90b6fe67 (patch) | |
tree | d58ae750065bdff2b4f14e4fe8e627517d1622bc /Doc/library/unicodedata.rst | |
parent | 7ec64562b243f3b44a876a346f658a1d4a66a95a (diff) | |
download | cpython-67752315979e1501b7088273b5a1aecc90b6fe67.zip cpython-67752315979e1501b7088273b5a1aecc90b6fe67.tar.gz cpython-67752315979e1501b7088273b5a1aecc90b6fe67.tar.bz2 |
Unicode 9.0.0
Not completely mechanical since support for East Asian Width changes—emoji
codepoints became Wide—had to be added to unicodedata.
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 6cd8132..6431809 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 8.0.0 -<http://www.unicode.org/Public/8.0.0/ucd>`_. +this database is compiled from the `UCD version 9.0.0 +<http://www.unicode.org/Public/9.0.0/ucd>`_. The module uses the same names and symbols as defined by Unicode Standard Annex #44, `"Unicode Character Database" @@ -168,6 +168,6 @@ Examples: .. rubric:: Footnotes -.. [#] http://www.unicode.org/Public/8.0.0/ucd/NameAliases.txt +.. [#] http://www.unicode.org/Public/9.0.0/ucd/NameAliases.txt -.. [#] http://www.unicode.org/Public/8.0.0/ucd/NamedSequences.txt +.. [#] http://www.unicode.org/Public/9.0.0/ucd/NamedSequences.txt |