Zsolt Endreffy added the comment:
I think this patch breaks compatibility between python 2.7 versions. Our rpc
server has 2.7.10 Python version, and sends back tuples as responses (first
value is a boolean, second is a string). If we connect with a computer, which
has 2.7.11 or earlier Python, then it is working flawlessly. When we connect
with Python 2.7.12 or later, then it sends this error:
ResponseError: ResponseError("unknown tag u'tuple'",)
As far as I understand, the xmlrpclib should be able to marshal through tuples.
----------
nosy: +Zsolt Endreffy
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue26873>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com