[issue7165] xmlrpc.server assumes sys.stdout will have a buffer attribute

Martin v. Löwis report at bugs.python.org
Mon Oct 26 08:51:26 CET 2009


Martin v. Löwis <martin at v.loewis.de> added the comment:

I agree with Antoine that CGIXML... is right in accessing
sys.stdout.buffer; this really needs binary IO.

Consequentially, his patch also looks right to me; please apply.

----------
assignee:  -> pitrou
resolution:  -> accepted

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


More information about the Python-bugs-list mailing list