Message77846
| 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:48 | jhylton | set | recipients: + jhylton, exarkun, amaury.forgeotdarc, pitrou, ajaksu2, dato, ResulCetin |
| 2008-12-15 04:01:48 | jhylton | set | messageid: <1229313708.1.0.299105722702.issue4631@psf.upfronthosting.co.za> |
| 2008-12-15 04:01:47 | jhylton | link | issue4631 messages |
| 2008-12-15 04:01:46 | jhylton | create | |