summaryrefslogtreecommitdiffstats
path: root/Doc/library/unicodedata.rst
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2010-03-22 23:16:42 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2010-03-22 23:16:42 (GMT)
commit4c5475d1967abc63e9f611fbc26e82a2b8e2b9e6 (patch)
tree6f1f737a31b0a1355b082952c260c1e393147fd8 /Doc/library/unicodedata.rst
parent910bd51ea1baef3ea0b4c9f1e3d2d150108368c5 (diff)
downloadcpython-4c5475d1967abc63e9f611fbc26e82a2b8e2b9e6.zip
cpython-4c5475d1967abc63e9f611fbc26e82a2b8e2b9e6.tar.gz
cpython-4c5475d1967abc63e9f611fbc26e82a2b8e2b9e6.tar.bz2
Merged revisions 79314 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r79314 | ezio.melotti | 2010-03-23 01:07:32 +0200 (Tue, 23 Mar 2010) | 1 line Update the version number of the Unicode Database in a few more places. ........
Diffstat (limited to 'Doc/library/unicodedata.rst')
-rw-r--r--Doc/library/unicodedata.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/unicodedata.rst b/Doc/library/unicodedata.rst
index e1e6dc1..af1ac5f 100644
--- a/Doc/library/unicodedata.rst
+++ b/Doc/library/unicodedata.rst
@@ -15,12 +15,12 @@
This module provides access to the Unicode Character Database which defines
character properties for all Unicode characters. The data in this database is
-based on the :file:`UnicodeData.txt` file version 5.1.0 which is publicly
+based on the :file:`UnicodeData.txt` file version 5.2.0 which is publicly
available from ftp://ftp.unicode.org/.
The module uses the same names and symbols as defined by the UnicodeData File
-Format 5.1.0 (see http://www.unicode.org/Public/5.1.0/ucd/UCD.html). It defines
-the following functions:
+Format 5.2.0 (see http://www.unicode.org/reports/tr44/). It defines the
+following functions:
.. function:: lookup(name)