Serhiy Storchaka added the comment:

Setting sys.stderr encoding to UTF-8 on ASCII locale is wrong. sys.stderr has 
the backslashreplace error handler by default, so it newer fails and should 
newer produce non-ASCII data on ASCII locale.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19846>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to