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 <rep...@bugs.python.org>
<http://bugs.python.org/issue13077>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to