From: Benjamin Peterson Date: Tue, 21 Feb 2012 03:34:50 +0000 (-0500) Subject: adjust docs for unicode 6.1 X-Git-Tag: v3.3.0a1~116 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fb36e66d2c99ef782ec59d4a98b38feaea375287;p=thirdparty%2FPython%2Fcpython.git adjust docs for unicode 6.1 --- diff --git a/Doc/library/unicodedata.rst b/Doc/library/unicodedata.rst index f912fe86b248..b735a69aea83 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 -`_. +this database is compiled from the `UCD version 6.1.0 +`_. 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