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 Matt Hooks, ethan.furman, martin.panter
Date 2016-05-07.09:40:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462614046.48.0.722313044946.issue26352@psf.upfronthosting.co.za>
In-reply-to
Content
Why do you think using stderr is bad behaviour, or that a user would want the prompt and warning on different streams? As far as I can tell, the documentation already says that stderr is used by default, and there are other unpatched references to sys.stderr left.

See also Issue 1927, where Serhiy wants to change input() to always prompt to stderr rather than stdout.
History
Date User Action Args
2016-05-07 09:40:46martin.pantersetrecipients: + martin.panter, ethan.furman, Matt Hooks
2016-05-07 09:40:46martin.pantersetmessageid: <1462614046.48.0.722313044946.issue26352@psf.upfronthosting.co.za>
2016-05-07 09:40:46martin.panterlinkissue26352 messages
2016-05-07 09:40:46martin.pantercreate