[New-bugs-announce] [issue23443] XMLRPCLIB Exception uses str not class or instance

Ken Marsh report at bugs.python.org
Wed Feb 11 15:19:22 CET 2015


New submission from Ken Marsh:

xmlrpclib.Fault: <Fault 1: "<type 'exceptions.TypeError'>:exceptions must be classes or instances, not str"

Exception handling appears to be improperly coded. Occurs when far side gives an unexpected response to an RPC call.

----------
components: XML
messages: 235748
nosy: kmarsh
priority: normal
severity: normal
status: open
title: XMLRPCLIB Exception uses str not class or instance
type: crash
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23443>
_______________________________________


More information about the New-bugs-announce mailing list