Home
last modified time | relevance | path

Searched refs:ResponseError (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_xmlrpc.py212 ResponseError = xmlrpclib.ResponseError
214 self.assertRaises(ResponseError, xmlrpclib.loads, data)
218 self.assertRaises(ResponseError, xmlrpclib.loads, data)
223 self.assertRaises(ResponseError, xmlrpclib.loads, data)
/external/python/cpython3/Lib/test/
Dtest_xmlrpc.py225 ResponseError = xmlrpclib.ResponseError
227 self.assertRaises(ResponseError, xmlrpclib.loads, data)
231 self.assertRaises(ResponseError, xmlrpclib.loads, data)
236 self.assertRaises(ResponseError, xmlrpclib.loads, data)
/external/python/cpython3/Lib/xmlrpc/
Dclient.py221 class ResponseError(Error): class
654 raise ResponseError()
677 raise ResponseError("unknown tag %r" % tag)
/external/python/cpython2/Lib/
Dxmlrpclib.py257 class ResponseError(Error): class
798 raise ResponseError()
819 raise ResponseError("unknown tag %r" % tag)
/external/python/cpython2/Misc/NEWS.d/
D2.7.12rc1.rst379 xmlrpclib now raises ResponseError on unsupported type tags instead of
/external/python/cpython3/Misc/NEWS.d/
D3.5.2rc1.rst661 xmlrpc now raises ResponseError on unsupported type tags instead of silently
D3.6.0a1.rst1052 xmlrpc now raises ResponseError on unsupported type tags instead of silently