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 marco.sulla, vstinner
Date 2016-03-14.13:20:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457961639.37.0.256303231416.issue26555@psf.upfronthosting.co.za>
In-reply-to
Content
>> Python 3 doesn't guess the encoding of byte strings anymore

> And I agree, but I think format minilanguage could convert it by default to utf8, ..

Using utf8 means guessing the encoding of a byte string. Python 3 doesn't do that anymore, there is no more exception.
History
Date User Action Args
2016-03-14 13:20:39vstinnersetrecipients: + vstinner, marco.sulla
2016-03-14 13:20:39vstinnersetmessageid: <1457961639.37.0.256303231416.issue26555@psf.upfronthosting.co.za>
2016-03-14 13:20:39vstinnerlinkissue26555 messages
2016-03-14 13:20:39vstinnercreate