daniel hahler <python-b...@thequod.de> added the comment:

Created a PR at https://github.com/python/cpython/pull/12697.

It prefers stdin and stderr over stdout.

I think stdin is most likely connected to a terminal, and wondered why ncurses 
uses stderr/stdout first, and only then stdin.
stdin handling was added there in 
https://github.com/mirror/ncurses/commit/aa70bf3c#diff-10ad6ea20599ac9258757354665b80cbR1295,
 and it looks just like an oversight maybe - it is also not that critical in C 
I guess.

----------
nosy: +blueyed

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

Reply via email to