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 <rep...@bugs.python.org>
<http://bugs.python.org/issue26873>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to