[issue13541] HTTPResponse (urllib) has no attribute read1 needed for TextIOWrapper

2013-02-06 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Issue12591 added support of raw streams without read1() in io.TextIOWrapper(). -- nosy: +serhiy.storchaka resolution: - out of date stage: needs patch - committed/rejected status: open - closed ___ Python tracker

[issue13541] HTTPResponse (urllib) has no attribute read1 needed for TextIOWrapper

2011-12-06 Thread Peter
New submission from Peter p.j.a.c...@googlemail.com: Use case: I want to open an HTTP URL, and treat the handle as though it were opened in text mode (i.e. unicode strings not bytes). $ python3 Python 3.2 (r32:88445, Feb 28 2011, 17:04:33) [GCC 4.2.1 (Apple Inc. build 5664)] on darwin Type

[issue13541] HTTPResponse (urllib) has no attribute read1 needed for TextIOWrapper

2011-12-06 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: For the record, readinto is handled in issue 13464. -- components: +Library (Lib) nosy: +pitrou stage: - needs patch type: - behavior versions: +Python 3.3 ___ Python tracker rep...@bugs.python.org