[Python-checkins] r79320 - in python/trunk: Doc/library/unicodedata.rst Modules/unicodedata.c

ezio.melotti python-checkins at python.org
Tue Mar 23 01:38:12 CET 2010


Author: ezio.melotti
Date: Tue Mar 23 01:38:12 2010
New Revision: 79320

Log:
Link specifically to the UCD version 5.2.0.

Modified:
   python/trunk/Doc/library/unicodedata.rst
   python/trunk/Modules/unicodedata.c

Modified: python/trunk/Doc/library/unicodedata.rst
==============================================================================
--- python/trunk/Doc/library/unicodedata.rst	(original)
+++ python/trunk/Doc/library/unicodedata.rst	Tue Mar 23 01:38:12 2010
@@ -20,8 +20,8 @@
 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)

Modified: python/trunk/Modules/unicodedata.c
==============================================================================
--- python/trunk/Modules/unicodedata.c	(original)
+++ python/trunk/Modules/unicodedata.c	Tue Mar 23 01:38:12 2010
@@ -1236,7 +1236,8 @@
 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)


More information about the Python-checkins mailing list