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
commit26374cfc8ab04def810edd1e3f477b1e945ebd82 (patch)
tree11e7093bf5cdd9b48414b31cd0f3308c5d8d4511 /Modules/unicodedata.c
parent68a336411909817e92b61da989236fbf8d41895a (diff)
downloadcpython-26374cfc8ab04def810edd1e3f477b1e945ebd82.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)