]> granicus.if.org Git - python/commit
Issue #26873: xmlrpc now raises ResponseError on unsupported type tags
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 4 May 2016 08:27:17 +0000 (11:27 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 4 May 2016 08:27:17 +0000 (11:27 +0300)
commit45cdcd93c9e4b16437610cfb69205d3379bee61a
tree5851075175387ac16712ba583a0dca39ca56041b
parentc2f7d878972db908f5a1bad7af94c692b6d8c564
parent290fed43d9cdcd3d738dda319e63e26d7972d734
Issue #26873: xmlrpc now raises ResponseError on unsupported type tags
instead of silently return incorrect result.
Lib/test/test_xmlrpc.py
Lib/xmlrpc/client.py
Misc/NEWS