[issue5628] TextIOWrapper fails with SystemError when reading HTTPResponse

Jeremy Hylton report at bugs.python.org
Wed Apr 1 04:26:50 CEST 2009


Jeremy Hylton <jeremy at alum.mit.edu> added the comment:

I just wanted to mention that the current head of py3k returns an
http.client.HTTPResponse and not a urllib.respone.addinfourl.  That
doesn't mean it is the right thing to pass to TextIOWrapper.  It's an
instance of RawIOBase.

----------

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


More information about the Python-bugs-list mailing list