[issue17337] input() and raw_input() do not work correctly with colored prompts

Terry J. Reedy report at bugs.python.org
Sat Mar 9 02:07:04 CET 2013


Terry J. Reedy added the comment:

On Windows, both the command prompt interpreter and IDLE ignore special meanings and print prompt as is. Line wrap to physical next line occurs at 80 chars and movable edge of window respectively.

Michael, in light of your last post, do you still believe a change is needed in the code we distribute, in particular our readline module, whether bugfix or enhancement, or should this be closed? I do not believe that Python itself know how the output device will interpret the characters sent to it.

----------
nosy: +terry.reedy

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


More information about the Python-bugs-list mailing list