[Python-checkins] r79321 - in python/branches/py3k: Doc/library/unicodedata.rst Modules/unicodedata.c

ezio.melotti python-checkins at python.org
Tue Mar 23 01:39:22 CET 2010


Author: ezio.melotti
Date: Tue Mar 23 01:39:22 2010
New Revision: 79321

Log:
Merged revisions 79320 via svnmerge from 
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.
........


Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Doc/library/unicodedata.rst
   python/branches/py3k/Modules/unicodedata.c

Modified: python/branches/py3k/Doc/library/unicodedata.rst
==============================================================================
--- python/branches/py3k/Doc/library/unicodedata.rst	(original)
+++ python/branches/py3k/Doc/library/unicodedata.rst	Tue Mar 23 01:39:22 2010
@@ -19,8 +19,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/branches/py3k/Modules/unicodedata.c
==============================================================================
--- python/branches/py3k/Modules/unicodedata.c	(original)
+++ python/branches/py3k/Modules/unicodedata.c	Tue Mar 23 01:39:22 2010
@@ -1238,7 +1238,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).");
 
 
 static struct PyModuleDef unicodedatamodule = {


More information about the Python-checkins mailing list