New submission from Riku Lindblad <[EMAIL PROTECTED]>: 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 <[EMAIL PROTECTED]> <http://bugs.python.org/issue2985> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com