Skip Montanaro <[EMAIL PROTECTED]> added the comment: I'm not going to pretend I understand the changes. I do notice that test_docxmlrpc hangs hard on my Mac (doesn't even respond to Ctl-C). DocXMLRPCServer subclasses from SimpleXMLRPCServer, so I suspect it needs some attention. I tried the obvious replacement of self.wfile.* with the analogs from SimpleXMLRPCServer but that didn't help. Also, the API for the xmlrpclib.Transport class's send_request method changed and parse_response disappeared completely even though the docstring for the Transport class explicitly mentions subclassing it.
_____________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1767370> _____________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com