diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-09-10 13:38:12 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-09-10 13:38:12 (GMT) |
commit | 24329ba1762688f78ff589d0243683c4afafe096 (patch) | |
tree | b28da2fb6853f6e02df9145012d9c1a8d84c9251 /Doc/library | |
parent | 9ba7a309be6b19d98e6866027ed8b110fd47184d (diff) | |
download | cpython-24329ba1762688f78ff589d0243683c4afafe096.zip cpython-24329ba1762688f78ff589d0243683c4afafe096.tar.gz cpython-24329ba1762688f78ff589d0243683c4afafe096.tar.bz2 |
Issue #3811: The Unicode database was updated to 5.1.
Reviewed by Fredrik Lundh and Marc-Andre Lemburg.
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/unicodedata.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/unicodedata.rst b/Doc/library/unicodedata.rst index 572c0ce..83f4604 100644 --- a/Doc/library/unicodedata.rst +++ b/Doc/library/unicodedata.rst @@ -16,11 +16,11 @@ 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 4.1.0 which is publicly +based on the :file:`UnicodeData.txt` file version 5.1.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 4.1.0 (see http://www.unicode.org/Public/4.1.0/ucd/UCD.html). It defines +Format 5.1.0 (see http://www.unicode.org/Public/5.1.0/ucd/UCD.html). It defines the following functions: |