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 Sworddragon, pitrou, r.david.murray, terry.reedy, vstinner
Date 2013-12-07.14:01:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386424891.21.0.812042531993.issue19846@psf.upfronthosting.co.za>
In-reply-to
Content
If you want to avoid the encoding errors, you can also use PYTHONIOENCODING=:replace or PYTHONIOENCODING=:backslashreplace in Python 3.4 to use the locale encoding, but use an error handler different than strict.
History
Date User Action Args
2013-12-07 14:01:31vstinnersetrecipients: + vstinner, terry.reedy, pitrou, r.david.murray, Sworddragon
2013-12-07 14:01:31vstinnersetmessageid: <1386424891.21.0.812042531993.issue19846@psf.upfronthosting.co.za>
2013-12-07 14:01:31vstinnerlinkissue19846 messages
2013-12-07 14:01:31vstinnercreate