[New-bugs-announce] [issue25614] Lib/code.py: InteractiveConsole.raw_input writes prompt to stdout
Yclept Nemo
report at bugs.python.org
Thu Nov 12 18:41:20 EST 2015
New submission from Yclept Nemo:
Just like InteractiveInterpreter.write and the actual python interpreter, the console's prompt should be written to stderr. Something like:
self.write(prompt)
return input()
----------
components: Library (Lib)
messages: 254575
nosy: Yclept.Nemo
priority: normal
severity: normal
status: open
title: Lib/code.py: InteractiveConsole.raw_input writes prompt to stdout
versions: Python 3.6
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25614>
_______________________________________
More information about the New-bugs-announce
mailing list