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 orsenthil
Recipients ajaksu2, facundobatista, jhylton, jwilk, orsenthil, pl
Date 2009-04-23.12:32:00
SpamBayes Score 5.1001854e-05
Marked as misclassified No
Message-id <1240489922.58.0.952557553884.issue4608@psf.upfronthosting.co.za>
In-reply-to
Content
This issue is already fixed by jeremy at Revision 70815, wherein "The
response from an HTTP request is now an HTTPResponse instance instead of
an addinfourl() wrapper instance."

So the issue won't be present in the py3k code ( confirmed).

However, the test added by Daniel,which tests for urlopen() for a
request which is b"verylong" * 8192 still fails. 

It is not just with iteration; but test_200 will fail too if the request
is a large chunk. This is only in py3k branch, test will pass in the
trunk code. I am investigating further.
History
Date User Action Args
2009-04-23 12:32:03orsenthilsetrecipients: + orsenthil, jhylton, facundobatista, ajaksu2, jwilk, pl
2009-04-23 12:32:02orsenthilsetmessageid: <1240489922.58.0.952557553884.issue4608@psf.upfronthosting.co.za>
2009-04-23 12:32:00orsenthillinkissue4608 messages
2009-04-23 12:32:00orsenthilcreate