From: Andrew M. Kuchling Date: Thu, 7 Feb 2008 11:43:47 +0000 (+0000) Subject: Update URL X-Git-Tag: v2.6a1~243 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d119301a12acf969124222ed7c2a44ee67f95e9;p=thirdparty%2FPython%2Fcpython.git Update URL --- diff --git a/Lib/test/test_docxmlrpc.py b/Lib/test/test_docxmlrpc.py index 55c214342174..84f18ee6f60c 100644 --- a/Lib/test/test_docxmlrpc.py +++ b/Lib/test/test_docxmlrpc.py @@ -120,7 +120,7 @@ class DocXMLRPCHTTPGETServer(unittest.TestCase): response = self.client.getresponse() self.assert_( # This is ugly ... how can it be made better? -"""
add(x, y)
Add two instances together. This follows PEP008, but has nothing
\nto do with RFC1952. Case should matter: pEp008 and rFC1952.  Things
\nthat start with http and ftp should be auto-linked, too:
\nhttp://google.com.
""" +"""
add(x, y)
Add two instances together. This follows PEP008, but has nothing
\nto do with RFC1952. Case should matter: pEp008 and rFC1952.  Things
\nthat start with http and ftp should be auto-linked, too:
\nhttp://google.com.
""" in response.read()) def test_system_methods(self):