cpython/Lib/xmlrpc
Petr Motejlek 3c6314c08d bpo-29615: SimpleXMLRPCDispatcher no longer chains KeyError (#260)
(or any other exception) to exception(s) raised in the dispatched methods.
Patch by Petr Motejlek.
2017-03-01 19:21:28 +02:00
..
__init__.py
client.py Issue #26885: xmlrpc now supports unmarshalling additional data types used 2016-09-11 11:23:38 +03:00
server.py bpo-29615: SimpleXMLRPCDispatcher no longer chains KeyError (#260) 2017-03-01 19:21:28 +02:00