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 Arfrever, a.badger, abadger1999, benjamin.peterson, ezio.melotti, lemburg, ncoghlan, pitrou, r.david.murray, serhiy.storchaka, vstinner
Date 2013-08-22.11:50:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwYgTb7sMHFEpRRZ3rZU8uJyTDZ0NmfhE4DCNfu_+m3Cgw@mail.gmail.com>
In-reply-to <1377163620.62.0.213472787237.issue18713@psf.upfronthosting.co.za>
Content
> Is it a bug in your patch, or is it deliberate?

It was not deliberate, and I think that it would be more consistent to
use the same error handler (surrogateescape) when only the encoding is
changed by the PYTHONIOENCODING environment variable. So
surrogateescape should be used even with PYTHONIOENCODING=utf-8.
History
Date User Action Args
2013-08-22 11:50:52vstinnersetrecipients: + vstinner, lemburg, ncoghlan, pitrou, abadger1999, benjamin.peterson, ezio.melotti, a.badger, Arfrever, r.david.murray, serhiy.storchaka
2013-08-22 11:50:52vstinnerlinkissue18713 messages
2013-08-22 11:50:52vstinnercreate