mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
adjust docs for unicode 6.1
This commit is contained in:
parent
71f660e00f
commit
fb36e66d2c
1 changed files with 4 additions and 4 deletions
|
|
@ -15,8 +15,8 @@
|
||||||
|
|
||||||
This module provides access to the Unicode Character Database (UCD) which
|
This module provides access to the Unicode Character Database (UCD) which
|
||||||
defines character properties for all Unicode characters. The data contained in
|
defines character properties for all Unicode characters. The data contained in
|
||||||
this database is compiled from the `UCD version 6.0.0
|
this database is compiled from the `UCD version 6.1.0
|
||||||
<http://www.unicode.org/Public/6.0.0/ucd>`_.
|
<http://www.unicode.org/Public/6.1.0/ucd>`_.
|
||||||
|
|
||||||
The module uses the same names and symbols as defined by Unicode
|
The module uses the same names and symbols as defined by Unicode
|
||||||
Standard Annex #44, `"Unicode Character Database"
|
Standard Annex #44, `"Unicode Character Database"
|
||||||
|
|
@ -166,6 +166,6 @@ Examples:
|
||||||
|
|
||||||
.. rubric:: Footnotes
|
.. rubric:: Footnotes
|
||||||
|
|
||||||
.. [#] http://www.unicode.org/Public/6.0.0/ucd/NameAliases.txt
|
.. [#] http://www.unicode.org/Public/6.1.0/ucd/NameAliases.txt
|
||||||
|
|
||||||
.. [#] http://www.unicode.org/Public/6.0.0/ucd/NamedSequences.txt
|
.. [#] http://www.unicode.org/Public/6.1.0/ucd/NamedSequences.txt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue