]> granicus.if.org Git - python/commitdiff
Merged revisions 79320 via svnmerge from
authorEzio Melotti <ezio.melotti@gmail.com>
Tue, 23 Mar 2010 00:39:22 +0000 (00:39 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Tue, 23 Mar 2010 00:39:22 +0000 (00:39 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79320 | ezio.melotti | 2010-03-23 02:38:12 +0200 (Tue, 23 Mar 2010) | 1 line

  Link specifically to the UCD version 5.2.0.
........

Doc/library/unicodedata.rst
Modules/unicodedata.c

index af1ac5f15910c76ca618da635530b4db2556727e..bbbd5d9647cdf49e0198b48f9e0241ca2f6f24b8 100644 (file)
@@ -19,8 +19,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 463f2cce3d5fc5da576e20b7913631eeae4e0a1f..92c312b14924b6b0b33fa18a1bf50dc40e1497e1 100644 (file)
@@ -1238,7 +1238,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).");
 
 
 static struct PyModuleDef unicodedatamodule = {