##// END OF EJS Templates
Also catch SyntaxErrors from InputTransformers in run_cell()...
Also catch SyntaxErrors from InputTransformers in run_cell() The run_cell() method is not used in the IPython terminal, so there are two code paths where the SyntaxError needs to be caught. Also, this commit moves the terminal test to IPython/terminal/test/ instead of IPython/app/test. I've checked that this works in the terminal, the Qt console, and the html notebook.
Volker Braun -
r13525:b06d9d6e
Show More
Name Size Modified Last Commit Author
/ examples / lib
BackgroundJobs.ipynb Loading ...
example-demo.py Loading ...
gui-glut.py Loading ...
gui-gtk.py Loading ...
gui-gtk3.py Loading ...
gui-pyglet.py Loading ...
gui-qt.py Loading ...
gui-tk.py Loading ...
gui-wx.py Loading ...
internal_ipkernel.py Loading ...
ipkernel_qtapp.py Loading ...
ipkernel_wxapp.py Loading ...