diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-02-21 03:34:50 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-02-21 03:34:50 (GMT) |
commit | fb36e66d2c99ef782ec59d4a98b38feaea375287 (patch) | |
tree | 2c2976b59777c4e1e5f3219f127324e982bb49e0 /Doc | |
parent | 71f660e00f1d4de04a6a2d4430f0cadb71edf115 (diff) | |
download | cpython-fb36e66d2c99ef782ec59d4a98b38feaea375287.zip cpython-fb36e66d2c99ef782ec59d4a98b38feaea375287.tar.gz cpython-fb36e66d2c99ef782ec59d4a98b38feaea375287.tar.bz2 |
adjust docs for unicode 6.1
Diffstat (limited to 'Doc')
-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 f912fe8..b735a69 100644 --- a/Doc/library/unicodedata.rst +++ b/Doc/library/unicodedata.rst @@ -15,8 +15,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 6.0.0 -<http://www.unicode.org/Public/6.0.0/ucd>`_. +this database is compiled from the `UCD version 6.1.0 +<http://www.unicode.org/Public/6.1.0/ucd>`_. The module uses the same names and symbols as defined by Unicode Standard Annex #44, `"Unicode Character Database" @@ -166,6 +166,6 @@ Examples: .. 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 |