[New-bugs-announce] [issue12869] PyOS_StdioReadline is printing the prompt on stderr

Albert Zeyer report at bugs.python.org
Wed Aug 31 16:38:38 CEST 2011


New submission from Albert Zeyer <albzey at googlemail.com>:

PyOS_StdioReadline from Parser/myreadline.c is printing the prompt on stderr.

I think it should print it on the given parameter sys_stdout. Other readline implementations (like from the readline module) also behave this way.

Even if it really is supposed to write on stderr, it should use the `sys.stderr` and not the system stderr.

----------
messages: 143256
nosy: Albert.Zeyer
priority: normal
severity: normal
status: open
title: PyOS_StdioReadline is printing the prompt on stderr
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12869>
_______________________________________


More information about the New-bugs-announce mailing list