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 pitrou
Recipients benjamin.peterson, jhylton, orsenthil, pitrou
Date 2009-04-01.00:36:06
SpamBayes Score 0.009696938
Marked as misclassified No
Message-id <1238546168.57.0.136066179911.issue5628@psf.upfronthosting.co.za>
In-reply-to
Content
urllib.response.addinfourl doesn't seem to implement the required ABC
(BufferedIOBase) properly. It misses the read1() method. Also, it claims
not to be readable:

>>> f_bytes = urllib.request.urlopen("http://www.python.org/")
>>> f_bytes.readable()
False
History
Date User Action Args
2009-04-01 00:36:09pitrousetrecipients: + pitrou, jhylton, orsenthil, benjamin.peterson
2009-04-01 00:36:08pitrousetmessageid: <1238546168.57.0.136066179911.issue5628@psf.upfronthosting.co.za>
2009-04-01 00:36:06pitroulinkissue5628 messages
2009-04-01 00:36:06pitroucreate