STINNER Victor added the comment:

The test fails with ASCII locale encoding (ex: LANG= on Linux).

The test should not try to display a non-ASCII character, but should check the 
encoding (sys.stdout.encoding) instead. The test should ensure that 
sys.stdout.encoding is the same with the PYTHONIOENCODING unset (python started 
with -E option and the current environment) and with the variable set to an 
empty value.

----------

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

Reply via email to