Sworddragon added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18836>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to