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 benjamin.peterson, jhylton, orsenthil
Date 2009-04-01.00:04:27
SpamBayes Score 0.0015143938
Marked as misclassified No
Message-id <1238544269.99.0.274865209164.issue5628@psf.upfronthosting.co.za>
In-reply-to
Content
Nope, this is not yet fixed.

$ ./python 
Python 3.1a1+ (py3k:70929, Mar 31 2009, 19:18:12) 
[GCC 4.3.2] on linux2
...
...
>>> f_bytes = urllib.request.urlopen("http://www.python.org")
>>> f_string = io.TextIOWrapper(f_bytes,"iso-8859-1")
>>> print(f_string.read())
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
IOError: not readable
History
Date User Action Args
2009-04-01 00:04:30orsenthilsetrecipients: + orsenthil, jhylton, benjamin.peterson
2009-04-01 00:04:29orsenthilsetmessageid: <1238544269.99.0.274865209164.issue5628@psf.upfronthosting.co.za>
2009-04-01 00:04:28orsenthillinkissue5628 messages
2009-04-01 00:04:27orsenthilcreate