[issue3613] base64.encodestring does not actually accept strings

Daniel Diniz report at bugs.python.org
Sun Feb 8 21:02:03 CET 2009


Daniel Diniz <ajaksu at gmail.com> added the comment:

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 at host.tld")

----------
keywords: +patch
nosy: +ajaksu2
Added file: http://bugs.python.org/file12983/get_host_info.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3613>
_______________________________________


More information about the Python-bugs-list mailing list