This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Nathan Williams, loewis, serhiy.storchaka
Date 2016-04-28.19:46:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461872805.42.0.849589001785.issue26873@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-04-28 19:46:45serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, Nathan Williams
2016-04-28 19:46:45serhiy.storchakasetmessageid: <1461872805.42.0.849589001785.issue26873@psf.upfronthosting.co.za>
2016-04-28 19:46:45serhiy.storchakalinkissue26873 messages
2016-04-28 19:46:45serhiy.storchakacreate