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 deleted250130, pitrou, r.david.murray, terry.reedy, vstinner
Date 2013-12-07.14:01:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
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, deleted250130
2013-12-07 14:01:31vstinnersetmessageid: <[email protected]>
2013-12-07 14:01:31vstinnerlinkissue19846 messages
2013-12-07 14:01:31vstinnercreate