This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ajaksu2
Recipients ajaksu2, ddvoinikov, georg.brandl, gvanrossum, kawai, mgiuca, pitrou
Date 2009-02-08.20:02:01
SpamBayes Score 0.00028395277
Marked as misclassified No
Message-id <1234123323.15.0.0952505946946.issue3613@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a trivial patch for xmlrpc.client:1168. The testcase below
doesn't seem to fit well in test_xmlrpc, should it just be hacked in?


import xmlrpc.client
transp = xmlrpc.client.Transport()
transp.get_host_info("user@host.tld")
History
Date User Action Args
2009-02-08 20:02:03ajaksu2setrecipients: + ajaksu2, gvanrossum, georg.brandl, pitrou, kawai, ddvoinikov, mgiuca
2009-02-08 20:02:03ajaksu2setmessageid: <1234123323.15.0.0952505946946.issue3613@psf.upfronthosting.co.za>
2009-02-08 20:02:02ajaksu2linkissue3613 messages
2009-02-08 20:02:01ajaksu2create