##// 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
/ IPython / nbformat / v4 / tests
__init__.py Loading ...
formattest.py Loading ...
nbexamples.py Loading ...
test_convert.py Loading ...
test_json.py Loading ...
test_nbbase.py Loading ...
test_validate.py Loading ...