summaryrefslogtreecommitdiff
path: root/Modules/unicodedata.c
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2010-03-23 00:38:12 +0000
committerEzio Melotti <ezio.melotti@gmail.com>2010-03-23 00:38:12 +0000
commit0d0b80bc3eb92e4abc8ffe26801f88af1a5c5890 (patch)
tree350e8846ae14b5cc4759e7b949871e8a063d241f /Modules/unicodedata.c
parent88b6f8bada738cafcf317a63f2ef432db213ad8b (diff)
downloadcpython-git-0d0b80bc3eb92e4abc8ffe26801f88af1a5c5890.tar.gz
Link specifically to the UCD version 5.2.0.
Diffstat (limited to 'Modules/unicodedata.c')
-rw-r--r--Modules/unicodedata.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Modules/unicodedata.c b/Modules/unicodedata.c
index 5bfdb3d55c..552dae506c 100644
--- a/Modules/unicodedata.c
+++ b/Modules/unicodedata.c
@@ -1236,7 +1236,8 @@ this database is based on the UnicodeData.txt file version\n\
5.2.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 5.2.0 (see http://www.unicode.org/reports/tr44/).");
+UnicodeData File Format 5.2.0 (see\n\
+http://www.unicode.org/reports/tr44/tr44-4.html).");
PyMODINIT_FUNC
initunicodedata(void)