This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skip.montanaro
Recipients Reflejo, abo, rhettinger, schmir, skip.montanaro
Date 2008-05-13.05:37:19
SpamBayes Score 0.14850098
Marked as misclassified No
Message-id <1210657041.2.0.868563525875.issue1767370@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-05-13 05:37:21skip.montanarosetspambayes_score: 0.148501 -> 0.14850098
recipients: + skip.montanaro, rhettinger, abo, schmir, Reflejo
2008-05-13 05:37:21skip.montanarosetspambayes_score: 0.148501 -> 0.148501
messageid: <1210657041.2.0.868563525875.issue1767370@psf.upfronthosting.co.za>
2008-05-13 05:37:20skip.montanarolinkissue1767370 messages
2008-05-13 05:37:20skip.montanarocreate