diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2008-02-07 11:43:47 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2008-02-07 11:43:47 (GMT) |
commit | 8d119301a12acf969124222ed7c2a44ee67f95e9 (patch) | |
tree | 4dba26f3b2b078c5237946fb8298c69b0e5499d3 | |
parent | 687af0d8fbb7f90521d8ec65e5133638f5313bab (diff) | |
download | cpython-8d119301a12acf969124222ed7c2a44ee67f95e9.zip cpython-8d119301a12acf969124222ed7c2a44ee67f95e9.tar.gz cpython-8d119301a12acf969124222ed7c2a44ee67f95e9.tar.bz2 |
Update URL
-rw-r--r-- | Lib/test/test_docxmlrpc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_docxmlrpc.py b/Lib/test/test_docxmlrpc.py index 55c2143..84f18ee 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? -"""<dl><dt><a name="-add"><strong>add</strong></a>(x, y)</dt><dd><tt>Add two instances together. This follows <a href="http://www.python.org/peps/pep-0008.html">PEP008</a>, but has nothing<br>\nto do with <a href="http://www.rfc-editor.org/rfc/rfc1952.txt">RFC1952</a>. Case should matter: pEp008 and rFC1952. Things<br>\nthat start with http and ftp should be auto-linked, too:<br>\n<a href="http://google.com">http://google.com</a>.</tt></dd></dl>""" +"""<dl><dt><a name="-add"><strong>add</strong></a>(x, y)</dt><dd><tt>Add two instances together. This follows <a href="http://www.python.org/dev/peps/pep-0008/">PEP008</a>, but has nothing<br>\nto do with <a href="http://www.rfc-editor.org/rfc/rfc1952.txt">RFC1952</a>. Case should matter: pEp008 and rFC1952. Things<br>\nthat start with http and ftp should be auto-linked, too:<br>\n<a href="http://google.com">http://google.com</a>.</tt></dd></dl>""" in response.read()) def test_system_methods(self): |