Message95174
> 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? |
|
| Date |
User |
Action |
Args |
| 2009-11-13 07:00:08 | isandler | set | recipients:
+ isandler, gvanrossum, draghuram, alexandre.vassalotti, stephbul |
| 2009-11-13 07:00:07 | isandler | set | messageid: <[email protected]> |
| 2009-11-13 07:00:05 | isandler | link | issue1294 messages |
| 2009-11-13 07:00:04 | isandler | create | |
|