From: Hye-Shik Chang Date: Sat, 4 Jun 2005 07:31:48 +0000 (+0000) Subject: Correct URL to the official UnicodeData 3.2.0 resource. (Reported X-Git-Tag: v2.5a0~1744 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4c560ea05bb2872cdca2d4abdacd8926fb00b848;p=thirdparty%2FPython%2Fcpython.git Correct URL to the official UnicodeData 3.2.0 resource. (Reported by Darek Suchojad) --- diff --git a/Doc/lib/libunicodedata.tex b/Doc/lib/libunicodedata.tex index b66627f808c0..81ad67dc2e33 100644 --- a/Doc/lib/libunicodedata.tex +++ b/Doc/lib/libunicodedata.tex @@ -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} diff --git a/Modules/unicodedata.c b/Modules/unicodedata.c index 1749d9749b17..021bacf7b6a3 100644 --- a/Modules/unicodedata.c +++ b/Modules/unicodedata.c @@ -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)