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 kristjan.jonsson
Recipients asvetlov, brandon-rhodes, christian.heimes, giampaolo.rodola, jcea, kristjan.jonsson, pitrou
Date 2013-06-27.10:43:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372329826.62.0.210651599357.issue16487@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, thanks.
The consistency argument is strong, also Antoine's suggestion to use the return type of read() as a discriminant.

also please excuse me because I am not a habitual user of Python 3 and haven't become used to the str/binary dichotomy yet.  I didn´t know, for instance, about io.BytesIO until I found to my horror that io.StringIO.read() would output unicode (i.e str).
History
Date User Action Args
2013-06-27 10:43:46kristjan.jonssonsetrecipients: + kristjan.jonsson, jcea, pitrou, giampaolo.rodola, christian.heimes, asvetlov, brandon-rhodes
2013-06-27 10:43:46kristjan.jonssonsetmessageid: <1372329826.62.0.210651599357.issue16487@psf.upfronthosting.co.za>
2013-06-27 10:43:46kristjan.jonssonlinkissue16487 messages
2013-06-27 10:43:46kristjan.jonssoncreate