]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Correct URL to the official UnicodeData 3.2.0 resource. (Reported
authorHye-Shik Chang <hyeshik@gmail.com>
Sat, 4 Jun 2005 07:31:48 +0000 (07:31 +0000)
committerHye-Shik Chang <hyeshik@gmail.com>
Sat, 4 Jun 2005 07:31:48 +0000 (07:31 +0000)
by Darek Suchojad)

Doc/lib/libunicodedata.tex
Modules/unicodedata.c

index b66627f808c06a584245a6d7da7975bcc4eb4b5c..81ad67dc2e3388c4bf5ed7edded1dafe8cd27aa4 100644 (file)
@@ -18,7 +18,7 @@ this database is based on the \file{UnicodeData.txt} file version
 
 The module uses the same names and symbols as defined by the
 UnicodeData File Format 3.2.0 (see
-\url{http://www.unicode.org/Public/UNIDATA/UnicodeData.html}).  It
+\url{http://www.unicode.org/Public/3.2-Update/UnicodeData-3.2.0.html}).  It
 defines the following functions:
 
 \begin{funcdesc}{lookup}{name}
index 1749d9749b17effd553c462789a9eab2b48d53d9..021bacf7b6a3f2baf806b3a796097537dd877b42 100644 (file)
@@ -994,7 +994,7 @@ this database is based on the UnicodeData.txt file version\n\
 \n\
 The module uses the same names and symbols as defined by the\n\
 UnicodeData File Format 3.2.0 (see\n\
-http://www.unicode.org/Public/UNIDATA/UnicodeData.html).");
+http://www.unicode.org/Public/3.2-Update/UnicodeData-3.2.0.html).");
 
 PyMODINIT_FUNC
 initunicodedata(void)