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 martin.panter
Recipients martin.panter, r.david.murray, serhiy.storchaka
Date 2015-03-23.00:06:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427069199.54.0.509061293129.issue23740@psf.upfronthosting.co.za>
In-reply-to
Content
As well as encoding iterables of str(), text files could also be handled more consistently by checking the read() return type. That would eliminate the complication of checking for a "b" mode.
History
Date User Action Args
2015-03-23 00:06:39martin.pantersetrecipients: + martin.panter, r.david.murray, serhiy.storchaka
2015-03-23 00:06:39martin.pantersetmessageid: <1427069199.54.0.509061293129.issue23740@psf.upfronthosting.co.za>
2015-03-23 00:06:39martin.panterlinkissue23740 messages
2015-03-23 00:06:39martin.pantercreate