[issue1667] license() does not process keyboard input correctly

Guido van Rossum report at bugs.python.org
Thu Dec 20 17:10:50 CET 2007


Guido van Rossum added the comment:

I think you misunderstand raw_input().  It just returns
sys.stdin.readline().rstrip("\n").  I don't think it's worth fixing. 
The 'q' processing works fine as long as you didn't type \r first. :-)

----------
nosy: +gvanrossum
resolution:  -> wont fix
status: open -> closed

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


More information about the Python-bugs-list mailing list