[Python-checkins] [python/cpython] 3c6314: bpo-29615: SimpleXMLRPCDispatcher no longer chains...

GitHub noreply at github.com
Wed Mar 1 12:21:30 EST 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 3c6314c08d8ab1cfefbf6c2e27c095a7d4ba5f6e
      https://github.com/python/cpython/commit/3c6314c08d8ab1cfefbf6c2e27c095a7d4ba5f6e
  Author: Petr Motejlek <petr at motejlek.net>
  Date:   2017-03-01 (Wed, 01 Mar 2017)

  Changed paths:
    M Lib/test/test_xmlrpc.py
    M Lib/xmlrpc/server.py
    M Misc/NEWS

  Log Message:
  -----------
  bpo-29615: SimpleXMLRPCDispatcher no longer chains KeyError (#260)

(or any other exception) to exception(s) raised in the dispatched methods.
Patch by Petr Motejlek.




More information about the Python-checkins mailing list