[issue33411] All console message are in the error output in bash interpretor

Martin Panter report at bugs.python.org
Sat May 5 03:21:24 EDT 2018


Martin Panter <vadmium+py at gmail.com> added the comment:

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.

----------
nosy: +martin.panter

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33411>
_______________________________________


More information about the Python-bugs-list mailing list