[issue26873] xmlrpclib raises when trying to convert an int to string when unicode is available

Serhiy Storchaka report at bugs.python.org
Thu Apr 28 15:46:45 EDT 2016


Serhiy Storchaka added the comment:

Proposed patch makes xmlrpc unmarshaller to be more strong and raise ValueError instead of returning incorrect value when encounters with unsupported value type. The unmarshaller still skips unknown tags silently if they are occurred outside of the "value" element.

----------
keywords: +patch
stage: needs patch -> patch review
versions: +Python 3.5, Python 3.6
Added file: http://bugs.python.org/file42643/xmlrpc_unsupported.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26873>
_______________________________________


More information about the Python-bugs-list mailing list