diff options
author | Hye-Shik Chang <hyeshik@gmail.com> | 2005-06-04 07:31:48 (GMT) |
---|---|---|
committer | Hye-Shik Chang <hyeshik@gmail.com> | 2005-06-04 07:31:48 (GMT) |
commit | 4c560ea05bb2872cdca2d4abdacd8926fb00b848 (patch) | |
tree | bddf16dfd9b4a212cc8c26e752fed0b321db5474 /Modules/unicodedata.c | |
parent | e947706b10b8ac9d01cb9d6246d962f1f24895a4 (diff) | |
download | cpython-4c560ea05bb2872cdca2d4abdacd8926fb00b848.zip cpython-4c560ea05bb2872cdca2d4abdacd8926fb00b848.tar.gz cpython-4c560ea05bb2872cdca2d4abdacd8926fb00b848.tar.bz2 |
Correct URL to the official UnicodeData 3.2.0 resource. (Reported
by Darek Suchojad)
Diffstat (limited to 'Modules/unicodedata.c')
-rw-r--r-- | Modules/unicodedata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/unicodedata.c b/Modules/unicodedata.c index 1749d97..021bacf 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) |