diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-10-10 21:40:30 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-10-10 21:40:30 (GMT) |
commit | d3c43a993cf746b0ea6ac1901198b59baffb91eb (patch) | |
tree | 8c38f2783f1400fe43fd36c952c050e5a4273b80 /Modules/unicodedata.c | |
parent | 94d08d908bf2ee9806d0d3a7fb530d4f3b25cc00 (diff) | |
parent | a4cf1c87d08d32098fa3b230d6f32b8d24cbdce3 (diff) | |
download | cpython-d3c43a993cf746b0ea6ac1901198b59baffb91eb.zip cpython-d3c43a993cf746b0ea6ac1901198b59baffb91eb.tar.gz cpython-d3c43a993cf746b0ea6ac1901198b59baffb91eb.tar.bz2 |
merge 3.3 (#19220)
Diffstat (limited to 'Modules/unicodedata.c')
-rw-r--r-- | Modules/unicodedata.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Modules/unicodedata.c b/Modules/unicodedata.c index 5530c7a..59bfb34 100644 --- a/Modules/unicodedata.c +++ b/Modules/unicodedata.c @@ -1325,9 +1325,7 @@ this database is based on the UnicodeData.txt file version\n\ 6.3.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 6.3.0 (see\n\ -http://www.unicode.org/reports/tr44/tr44-6.html)."); - +UnicodeData File Format 6.3.0"); static struct PyModuleDef unicodedatamodule = { PyModuleDef_HEAD_INIT, |