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 isandler
Recipients alexandre.vassalotti, draghuram, gvanrossum, isandler, stephbul
Date 2009-11-13.07:00:04
SpamBayes Score 0.0023677142
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
> But currently, CTRL-C terminates the session instead of propagating
upstream

I am not sure I understand: currently Ctrl-C generates a
KeyboardInterrupt, which can be caught by the  application which can
then decide how to proceed (in particular it  can start another command
loop or exit with a meaningful message or anything else).

This patch would suppress KeyboardInterrupt and thus interfere with such
applications. Or am I missing something?
History
Date User Action Args
2009-11-13 07:00:08isandlersetrecipients: + isandler, gvanrossum, draghuram, alexandre.vassalotti, stephbul
2009-11-13 07:00:07isandlersetmessageid: <[email protected]>
2009-11-13 07:00:05isandlerlinkissue1294 messages
2009-11-13 07:00:04isandlercreate