summaryrefslogtreecommitdiffstats
path: root/Doc/library/unicodedata.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2012-09-29 17:47:39 (GMT)
committerBenjamin Peterson <benjamin@python.org>2012-09-29 17:47:39 (GMT)
commitb8350f1c7dcf3c96b165dc48c88b36fac0fdf627 (patch)
treedbc4ccb9336f2266f453391058fadc50b1556367 /Doc/library/unicodedata.rst
parentede184996c925ef6f642aea7e673f19deb4d50d1 (diff)
downloadcpython-b8350f1c7dcf3c96b165dc48c88b36fac0fdf627.zip
cpython-b8350f1c7dcf3c96b165dc48c88b36fac0fdf627.tar.gz
cpython-b8350f1c7dcf3c96b165dc48c88b36fac0fdf627.tar.bz2
upgrade to UCD 6.2
Diffstat (limited to 'Doc/library/unicodedata.rst')
-rw-r--r--Doc/library/unicodedata.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/unicodedata.rst b/Doc/library/unicodedata.rst
index 3787c36..d05142a 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.1.0
-<http://www.unicode.org/Public/6.1.0/ucd>`_.
+this database is compiled from the `UCD version 6.2.0
+<http://www.unicode.org/Public/6.2.0/ucd>`_.
The module uses the same names and symbols as defined by Unicode
Standard Annex #44, `"Unicode Character Database"