[Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#19220)

benjamin.peterson python-checkins at python.org
Thu Oct 10 23:41:05 CEST 2013


http://hg.python.org/cpython/rev/f38edb58fefb
changeset:   86203:f38edb58fefb
parent:      86200:97df7404f39c
parent:      86202:4e301c80f5d1
user:        Benjamin Peterson <benjamin at python.org>
date:        Thu Oct 10 17:40:30 2013 -0400
summary:
  merge 3.3 (#19220)

files:
  Modules/unicodedata.c |  4 +---
  1 files changed, 1 insertions(+), 3 deletions(-)


diff --git a/Modules/unicodedata.c b/Modules/unicodedata.c
--- a/Modules/unicodedata.c
+++ b/Modules/unicodedata.c
@@ -1325,9 +1325,7 @@
 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,

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list