[issue24829] Use interactive input even if stdout is redirected
R. David Murray
report at bugs.python.org
Tue Aug 25 20:08:01 CEST 2015
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 <report at bugs.python.org>
<http://bugs.python.org/issue24829>
_______________________________________
More information about the Python-bugs-list
mailing list