This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Vandana.Rao
Recipients Vandana.Rao, docs@python, etuardu, r.david.murray
Date 2015-02-25.17:25:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424885102.7.0.858874231768.issue13077@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-02-25 17:25:02Vandana.Raosetrecipients: + Vandana.Rao, r.david.murray, docs@python, etuardu
2015-02-25 17:25:02Vandana.Raosetmessageid: <1424885102.7.0.858874231768.issue13077@psf.upfronthosting.co.za>
2015-02-25 17:25:02Vandana.Raolinkissue13077 messages
2015-02-25 17:25:02Vandana.Raocreate