R. David Murray added the comment:

The behavior of programs definitely differs if stdout is redirected.  For 
example on linux a program might output color codes to stdout normally, but if 
it is redirected to a non-tty, no color codes would be output.

Windows console handling of unicode is an entirely separate problem for which 
there are open issues and some possible solutions being worked on.

----------
nosy: +r.david.murray

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

Reply via email to