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 luch
Recipients lazka, luch, r.david.murray
Date 2017-12-19.23:30:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513726234.18.0.213398074469.issue32268@psf.upfronthosting.co.za>
In-reply-to
Content
I didn't mean type checking. The point is that since string and bytes are different types, then binary and text files are actually much more different than before python 3. Therefore they better be of different protocols.
Then inside quopri with StringIO in place of BytesIO the error would be much more clear and this issue would not have appeared.
This would be helpful in lack of one's intuition, like with newcomers.
History
Date User Action Args
2017-12-19 23:30:34luchsetrecipients: + luch, r.david.murray, lazka
2017-12-19 23:30:34luchsetmessageid: <1513726234.18.0.213398074469.issue32268@psf.upfronthosting.co.za>
2017-12-19 23:30:34luchlinkissue32268 messages
2017-12-19 23:30:34luchcreate