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 r.david.murray
Recipients Matt Hooks, ethan.furman, martin.panter, r.david.murray, serhiy.storchaka
Date 2016-05-07.12:57:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462625854.27.0.31840137775.issue26352@psf.upfronthosting.co.za>
In-reply-to
Content
stdout is much more likely to be redirected than stderr, so falling back to stderr makes more sense than falling back to stdout.  In the normal case, the prompt is shown regardless of whether stdout is redirected, and we're trying our best to replicate that in the fallback.
History
Date User Action Args
2016-05-07 12:57:34r.david.murraysetrecipients: + r.david.murray, ethan.furman, martin.panter, serhiy.storchaka, Matt Hooks
2016-05-07 12:57:34r.david.murraysetmessageid: <1462625854.27.0.31840137775.issue26352@psf.upfronthosting.co.za>
2016-05-07 12:57:34r.david.murraylinkissue26352 messages
2016-05-07 12:57:34r.david.murraycreate