[issue2985] xmlrpclib doesn't support 64bit integer replies

Riku Lindblad report at bugs.python.org
Tue May 27 21:26:50 CEST 2008


New submission from Riku Lindblad <riku.lindblad at gmail.com>:

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'

----------
components: Library (Lib)
messages: 67426
nosy: shrike
severity: normal
status: open
title: xmlrpclib doesn't support 64bit integer replies
versions: Python 2.5

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2985>
__________________________________


More information about the Python-bugs-list mailing list