Quentin Millardet added the comment:
In a bash terminal, obtained result:
$python > Normal.txt 2> Error.txt
import a
$cat Normal.txt
$cat Error.txt
Python 2.7.12 (default, Dec 4 2017, 14:50:18)
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "
Change by Quentin Millardet :
--
status: -> open
___
Python tracker
<https://bugs.python.org/issue33411>
___
___
Python-bugs-list mailing list
Unsubscrib
Change by Quentin Millardet :
--
status: open ->
___
Python tracker
<https://bugs.python.org/issue33411>
___
___
Python-bugs-list mailing list
Unsubscrib
New submission from Quentin Millardet :
The probleme is all display (normal and error message), in bash, are send to
the screen by the error output. So it's impossible when someone make a bash
script to get the error back in a log file for exemple, or just to display only
the error