
Feb. 25, 2015
12:25 p.m.
Vandana Rao added the comment: Since the program depends on receiving a raw ^C == 0x03 on stdin, it will never be running under Idle because the Idle process tk gui normally keeps control of keyboard input and the Idle process code intercepts ^C and turns it into KeyboardInterrupt raised in the user process. This is not a bug anymore.It is working fine. ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue13077> _______________________________________