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 Sworddragon
Recipients Sworddragon, ezio.melotti
Date 2013-08-26.06:32:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377498772.4.0.358488764949.issue18836@psf.upfronthosting.co.za>
In-reply-to
Content
> Are you saying that if the user keeps hitting ctrl+c you would need an endless chain of nested try/except in order to catch them all?

Correct. For example if I want to show the user the message "Aborted" instead of a huge exception if he hits CTRL + C another KeyboardInterrupt could appear.
History
Date User Action Args
2013-08-26 06:32:52Sworddragonsetrecipients: + Sworddragon, ezio.melotti
2013-08-26 06:32:52Sworddragonsetmessageid: <1377498772.4.0.358488764949.issue18836@psf.upfronthosting.co.za>
2013-08-26 06:32:52Sworddragonlinkissue18836 messages
2013-08-26 06:32:52Sworddragoncreate