[issue1927] raw_input behavior incorrect if readline not enabled

Gabriel Genellina report at bugs.python.org
Thu Jan 24 23:32:02 CET 2008


Gabriel Genellina added the comment:

GNU readline is configured as to prompt the user using standard output, 
and read input from standard input; if this is the desired behavior it 
would be easy to provide a simple patch so input/raw_input behave that 
way even when readline is not used.

----------
nosy: +gagenellina

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1927>
__________________________________


More information about the Python-bugs-list mailing list