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 shrike
Recipients shrike
Date 2008-05-27.19:26:47
SpamBayes Score 0.25904536
Marked as misclassified No
Message-id <1211916410.6.0.0284106941576.issue2985@psf.upfronthosting.co.za>
In-reply-to
Content
When querying a XML-RPC server that returns a 64 bit integer, the python
interface always returns an empty tuple.

When running with verbose=True the response is still intact, the library
just can't parse the result between the <i8></i8> tags.

Example response:
body: '<?xml version="1.0"
encoding="UTF-8"?>\r\n<methodResponse>\r\n<params>\r\n<param><value><i8>1157</i8></value></param>\r\n</params>\r\n</methodResponse>\r\n'
History
Date User Action Args
2008-05-27 19:26:51shrikesetspambayes_score: 0.259045 -> 0.25904536
recipients: + shrike
2008-05-27 19:26:50shrikesetspambayes_score: 0.259045 -> 0.259045
messageid: <1211916410.6.0.0284106941576.issue2985@psf.upfronthosting.co.za>
2008-05-27 19:26:48shrikelinkissue2985 messages
2008-05-27 19:26:48shrikecreate