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 benjamin.peterson
Recipients benjamin.peterson, jhylton, orsenthil, pitrou
Date 2009-04-01.03:17:05
SpamBayes Score 0.014379528
Marked as misclassified No
Message-id <1afaf6160903312017v63d1c2u2434fdb4e6cef92b@mail.gmail.com>
In-reply-to <1238555070.46.0.0597258770788.issue5628@psf.upfronthosting.co.za>
Content
Please note that passing a instance of RawIOBase (as HTTPResponse) is
to TextIOWrapper is *not* supported. You must first wrap the raw IO in
a BufferIOBase instance.
History
Date User Action Args
2009-04-01 03:17:06benjamin.petersonsetrecipients: + benjamin.peterson, jhylton, orsenthil, pitrou
2009-04-01 03:17:05benjamin.petersonlinkissue5628 messages
2009-04-01 03:17:05benjamin.petersoncreate