[issue23443] XMLRPCLIB Exception uses str not class or instance

2021-05-28 Thread Irit Katriel
Irit Katriel added the comment: It's not at all clear what raised this exception. Furthermore, Python 2.7 is no longer under maintenance. If you have this issue with python 3.9+ please create a new issue with instructions how to reproduce it, or at least a full traceback of the exception. -

[issue23443] XMLRPCLIB Exception uses str not class or instance

2018-07-11 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- type: crash -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue23443] XMLRPCLIB Exception uses str not class or instance

2015-02-11 Thread Ken Marsh
New submission from Ken Marsh: xmlrpclib.Fault: :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 sev