##// END OF EJS Templates
Print exception instead of "KeyboardInterrupt"...
Print exception instead of "KeyboardInterrupt" Whenever a KeyboardInterrupt exception occurs in the shell, we should print the actual exception instead of the string "KeyboardInterrupt". This is needed to support exceptions inherited from KeyboardInterrupt.
Jeroen Demeyer -
r19114:d574a6bc
Show More
Name Size Modified Last Commit Author
/ examples / Embedding
Index.ipynb Loading ...
embed_class_long.py Loading ...
embed_class_short.py Loading ...
embed_function.py Loading ...
inprocess_qtconsole.py Loading ...
inprocess_terminal.py Loading ...
internal_ipkernel.py Loading ...
ipkernel_qtapp.py Loading ...
ipkernel_wxapp.py Loading ...