[issue1195] Problems on Linux with Ctrl-D and Ctrl-C during raw_input

STINNER Victor report at bugs.python.org
Mon May 30 23:51:50 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> The patch still does not handle the case where the eof indicator
> is already set when calling raw_input. My original patch does.

I commited your original patch but I kept mine because it doesn't hurt to clear the error on EOF at exit. Reopen the issue if it still doesn't work in all cases.

----------
resolution:  -> fixed
status: open -> closed

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


More information about the Python-bugs-list mailing list