This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author blueyed
Recipients Arfrever, blueyed, denilsonsa, eryksun, grantjenks, vstinner, zbysz
Date 2019-04-05.11:52:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554465134.6.0.413662138654.issue14841@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-04-05 11:52:14blueyedsetrecipients: + blueyed, vstinner, Arfrever, zbysz, denilsonsa, eryksun, grantjenks
2019-04-05 11:52:14blueyedsetmessageid: <1554465134.6.0.413662138654.issue14841@roundup.psfhosted.org>
2019-04-05 11:52:14blueyedlinkissue14841 messages
2019-04-05 11:52:14blueyedcreate