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 vstinner
Recipients amaury.forgeotdarc, barry, eric.araujo, erob, flox, ggenellina, gvanrossum, oopos, pebbe, pitrou, quentel, r.david.murray, tcourbon, tercero12, tobias, v+python, vstinner
Date 2011-01-07.09:15:46
SpamBayes Score 0.0017923312
Marked as misclassified No
Message-id <1294391859.14078.2.camel@marge>
In-reply-to <1294388067.8.0.33737975649.issue4953@psf.upfronthosting.co.za>
Content
We may also accept TextIOWrapper (eg. sys.stdin) *and*
BufferedReader/FileIO (eg. sys.stdin.buffer). It is possible to test the
type of the stream. With a TextIOWrapper, the raw buffer can be read
using stream.buffer.

But for StringIO/BytesIO: only BytesIO should be accepted.
History
Date User Action Args
2011-01-07 09:15:48vstinnersetrecipients: + vstinner, gvanrossum, barry, amaury.forgeotdarc, ggenellina, pitrou, eric.araujo, v+python, r.david.murray, oopos, tercero12, tcourbon, tobias, flox, pebbe, quentel, erob
2011-01-07 09:15:46vstinnerlinkissue4953 messages
2011-01-07 09:15:46vstinnercreate