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 Quentin Millardet, martin.panter, steven.daprano
Date 2018-05-05.07:21:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525504884.27.0.682650639539.issue33411@psf.upfronthosting.co.za>
In-reply-to
Content
The exception message and stack trace is documented to go to stderr: <https://docs.python.org/2/library/sys.html#sys.excepthook>.

Whether the prompt “>>>” goes to stderr or stdout depends on quirks of the environment. Issue 1927 currently proposes to make it always go to stderr.
History
Date User Action Args
2018-05-05 07:21:24martin.pantersetrecipients: + martin.panter, steven.daprano, Quentin Millardet
2018-05-05 07:21:24martin.pantersetmessageid: <1525504884.27.0.682650639539.issue33411@psf.upfronthosting.co.za>
2018-05-05 07:21:24martin.panterlinkissue33411 messages
2018-05-05 07:21:24martin.pantercreate