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 jhylton
Recipients ResulCetin, ajaksu2, amaury.forgeotdarc, dato, exarkun, jhylton, pitrou
Date 2008-12-15.04:01:46
SpamBayes Score 0.0018760328
Marked as misclassified No
Message-id <1229313708.1.0.299105722702.issue4631@psf.upfronthosting.co.za>
In-reply-to
Content
Brief update:  The Python 2.x code works because readline() is provided
by socket._fileobject.  The Python 3.x code fails because it grabs the
HTTPResponse.fp instance variable at the end of
AbstractHTTPHandler.do_open.  That method needs to pass the response to
addinfourl(), but needs to have support for readline / readlines before
it can do that.
History
Date User Action Args
2008-12-15 04:01:48jhyltonsetrecipients: + jhylton, exarkun, amaury.forgeotdarc, pitrou, ajaksu2, dato, ResulCetin
2008-12-15 04:01:48jhyltonsetmessageid: <1229313708.1.0.299105722702.issue4631@psf.upfronthosting.co.za>
2008-12-15 04:01:47jhyltonlinkissue4631 messages
2008-12-15 04:01:46jhyltoncreate