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 Arfrever, dfarrell07, ned.deily, orsenthil, python-dev, r.david.murray
Date 2014-04-16.04:00:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397620814.87.0.624275555903.issue21069@psf.upfronthosting.co.za>
In-reply-to
Content
Ned Deily had done the correct analysis in the msg214947 and has this question - 

> I don't know whether the file descriptor read is expected to be meaningful for urllib2/urllib.request.

I can see that this test case was for the old behavior where we created a file like object to read using addinfourl and fileno /fp was explicitly set.  We have to determine if this expectation that we can access the socket's fp using HTTPResponse object is a right one.
History
Date User Action Args
2014-04-16 04:00:14orsenthilsetrecipients: + orsenthil, ned.deily, Arfrever, r.david.murray, python-dev, dfarrell07
2014-04-16 04:00:14orsenthilsetmessageid: <1397620814.87.0.624275555903.issue21069@psf.upfronthosting.co.za>
2014-04-16 04:00:14orsenthillinkissue21069 messages
2014-04-16 04:00:14orsenthilcreate