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 flox
Recipients flox
Date 2011-10-29.22:51:22
SpamBayes Score 0.16643015
Marked as misclassified No
Message-id <1319928683.07.0.326015714252.issue13291@psf.upfronthosting.co.za>
In-reply-to
Content
There's two names which should be fixed in "xmlrpc" package:

--- a/Lib/xmlrpc/client.py
-        elif isinstance(other, (str, unicode)):


--- a/Lib/xmlrpc/server.py
-            response = xmlrpclib.dumps(
-                xmlrpclib.Fault(1, "%s:%s" % (exc_type, exc_value)),


We may extend test coverage too.
History
Date User Action Args
2011-10-29 22:51:23floxsetrecipients: + flox
2011-10-29 22:51:23floxsetmessageid: <1319928683.07.0.326015714252.issue13291@psf.upfronthosting.co.za>
2011-10-29 22:51:22floxlinkissue13291 messages
2011-10-29 22:51:22floxcreate