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 martin.panter
Recipients Daniel.Gonzalez, eric.araujo, ezio.melotti, ggenellina, martin.panter, mdomingues
Date 2014-07-20.01:35:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405820118.43.0.637937983439.issue1927@psf.upfronthosting.co.za>
In-reply-to
Content
I experimented with various redirections to /dev/null, files, and other terminal windows on Linux. Current behaviour I am seeing seems to be something like this:

* Prefers prompting to stderr if both stdout and stderr are terminals
* Prefers prompting to stdout if neither are terminals
* Prompts to the non-terminal if only one of stderr and stdout is a terminal. Surely this one should be the other way around if there is going to be a preference at all?
History
Date User Action Args
2014-07-20 01:35:18martin.pantersetrecipients: + martin.panter, ggenellina, ezio.melotti, eric.araujo, mdomingues, Daniel.Gonzalez
2014-07-20 01:35:18martin.pantersetmessageid: <1405820118.43.0.637937983439.issue1927@psf.upfronthosting.co.za>
2014-07-20 01:35:18martin.panterlinkissue1927 messages
2014-07-20 01:35:18martin.pantercreate