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 marco.sulla
Recipients marco.sulla, vstinner
Date 2016-03-14.13:19:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457961570.17.0.243710149961.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, and if something goes wrong raise an error (or try str()). More simple to use and robust at the same time.

My 2 cents.
History
Date User Action Args
2016-03-14 13:19:30marco.sullasetrecipients: + marco.sulla, vstinner
2016-03-14 13:19:30marco.sullasetmessageid: <1457961570.17.0.243710149961.issue26555@psf.upfronthosting.co.za>
2016-03-14 13:19:30marco.sullalinkissue26555 messages
2016-03-14 13:19:30marco.sullacreate