summaryrefslogtreecommitdiffstats
path: root/Modules/unicodedata.c
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-10-10 21:24:45 (GMT)
committerBenjamin Peterson <benjamin@python.org>2013-10-10 21:24:45 (GMT)
commit94d08d908bf2ee9806d0d3a7fb530d4f3b25cc00 (patch)
tree8ffa9f52c6a1aac7026e41ae408ac4cfaa52965b /Modules/unicodedata.c
parent78d692f98e395f3fc4ec2f53343a67bb1d0e94c5 (diff)
downloadcpython-94d08d908bf2ee9806d0d3a7fb530d4f3b25cc00.zip
cpython-94d08d908bf2ee9806d0d3a7fb530d4f3b25cc00.tar.gz
cpython-94d08d908bf2ee9806d0d3a7fb530d4f3b25cc00.tar.bz2
upgrade unicode db to 6.3.0 (closes #19221)
Diffstat (limited to 'Modules/unicodedata.c')
-rw-r--r--Modules/unicodedata.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/unicodedata.c b/Modules/unicodedata.c
index 75c1626..5530c7a 100644
--- a/Modules/unicodedata.c
+++ b/Modules/unicodedata.c
@@ -1322,10 +1322,10 @@ PyDoc_STRVAR(unicodedata_docstring,
"This module provides access to the Unicode Character Database which\n\
defines character properties for all Unicode characters. The data in\n\
this database is based on the UnicodeData.txt file version\n\
-6.0.0 which is publically available from ftp://ftp.unicode.org/.\n\
+6.3.0 which is publically available from ftp://ftp.unicode.org/.\n\
\n\
The module uses the same names and symbols as defined by the\n\
-UnicodeData File Format 6.0.0 (see\n\
+UnicodeData File Format 6.3.0 (see\n\
http://www.unicode.org/reports/tr44/tr44-6.html).");