##// END OF EJS Templates
Merge pull request #13118 from prius/7.x...
Blazej Michalik -
r26762:9f73a388 merge
parent child Browse files
Show More
@@ -1886,6 +1886,9 b' class InteractiveShell(SingletonConfigurable):'
1886 exception or returns an invalid result, it will be immediately
1886 exception or returns an invalid result, it will be immediately
1887 disabled.
1887 disabled.
1888
1888
1889 Notes
1890 -----
1891
1889 WARNING: by putting in your own exception handler into IPython's main
1892 WARNING: by putting in your own exception handler into IPython's main
1890 execution loop, you run a very good chance of nasty crashes. This
1893 execution loop, you run a very good chance of nasty crashes. This
1891 facility should only be used if you really know what you are doing."""
1894 facility should only be used if you really know what you are doing."""
General Comments 0
You need to be logged in to leave comments. Login now