]> granicus.if.org Git - python/commitdiff
Link specifically to the UCD version 5.2.0.
authorEzio Melotti <ezio.melotti@gmail.com>
Tue, 23 Mar 2010 00:38:12 +0000 (00:38 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Tue, 23 Mar 2010 00:38:12 +0000 (00:38 +0000)
Doc/library/unicodedata.rst
Modules/unicodedata.c

index 8b7673d8ab00058dc25a2ce0c0c69e77cef705e2..c765d74f621f014c462f3323a1705853c2ee0031 100644 (file)
@@ -20,8 +20,8 @@ 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.2.0 (see http://www.unicode.org/reports/tr44/).  It defines the
-following functions:
+Format 5.2.0 (see http://www.unicode.org/reports/tr44/tr44-4.html).
+It defines the following functions:
 
 
 .. function:: lookup(name)
index 5bfdb3d55c1b7a362597a64cd8637dd113994896..552dae506c05f11b6c98eff800445ba258cb0ef4 100644 (file)
@@ -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)