Re: [Python-Dev] raw_input prompt not printed on sys.stderr

2015-07-07 Thread Tal Einat
On Mon, Jul 6, 2015 at 11:45 PM, Clement Rouault wrote: > Hi, > > While playing with non-standard sys.stdout/stderr, I noticed that the > prompt of raw_input was printed on stderr (not sys.stderr) (see > Parser/myreadline.c:120). > > I found an issue (http://bugs.python.org/issue1927) from 2008 ta

[Python-Dev] raw_input prompt not printed on sys.stderr

2015-07-06 Thread Clement Rouault
Hi, While playing with non-standard sys.stdout/stderr, I noticed that the prompt of raw_input was printed on stderr (not sys.stderr) (see Parser/myreadline.c:120). I found an issue (http://bugs.python.org/issue1927) from 2008 talking about changing stderr to stdout. But nobody in the thread seems