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 ncoghlan
Recipients Jim.Jewett, The Compiler, ezio.melotti, martin.panter, mbussonn, ncoghlan, njs, r.david.murray, rbcollins, serhiy.storchaka, takluyver, terry.reedy
Date 2015-08-26.08:54:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440579259.4.0.477837681355.issue24294@psf.upfronthosting.co.za>
In-reply-to
Content
The only way for this change to *break* something is if:

1. They're turning warnings into errors, or are otherwise sensitive to a deprecation warning being emitted
2. They're running code programmatically by way of an interactive REPL path

I think we're far more likely to break something else messing about with TTY detection, than we are keeping things as simple as we can and saying that if folks are running code as if they're a human rather than like a computer, then they're going to get the same deprecation warnings we want a human to see. *If* we get significant bug reports about that during the 3.6 alpha/beta cycle, *then* we can potentially consider limiting it to cases with an actual TTY. I just don't want us to borrow trouble and make this unnecessarily hard to test in the process.
History
Date User Action Args
2015-08-26 08:54:19ncoghlansetrecipients: + ncoghlan, terry.reedy, rbcollins, ezio.melotti, r.david.murray, njs, takluyver, martin.panter, Jim.Jewett, serhiy.storchaka, The Compiler, mbussonn
2015-08-26 08:54:19ncoghlansetmessageid: <1440579259.4.0.477837681355.issue24294@psf.upfronthosting.co.za>
2015-08-26 08:54:19ncoghlanlinkissue24294 messages
2015-08-26 08:54:19ncoghlancreate