]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #26873: xmlrpc now raises ResponseError on unsupported type tags
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 4 May 2016 08:26:42 +0000 (11:26 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 4 May 2016 08:26:42 +0000 (11:26 +0300)
commit290fed43d9cdcd3d738dda319e63e26d7972d734
tree3b93719d90b2c19df4f69c9ca2049036e3e3271f
parenta3fd0b26ba7d302475e051b698c86f512d0e7a14
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