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 <rep...@bugs.python.org>
<http://bugs.python.org/issue25614>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to