[Python-checkins] cpython (3.3): remove url from docstring (closes #19220)

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


http://hg.python.org/cpython/rev/4e301c80f5d1
changeset:   86202:4e301c80f5d1
branch:      3.3
parent:      86193:249ba942a6d4
user:        Benjamin Peterson <benjamin at python.org>
date:        Thu Oct 10 17:39:56 2013 -0400
summary:
  remove url from docstring (closes #19220)

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


diff --git a/Modules/unicodedata.c b/Modules/unicodedata.c
--- a/Modules/unicodedata.c
+++ b/Modules/unicodedata.c
@@ -1325,8 +1325,7 @@
 6.0.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.0.0 (see\n\
-http://www.unicode.org/reports/tr44/tr44-6.html).");
+UnicodeData File Format 6.0.0.");
 
 
 static struct PyModuleDef unicodedatamodule = {

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


More information about the Python-checkins mailing list