##// END OF EJS Templates
Merge pull request #2399 from takluyver/indentationerr...
Merge pull request #2399 from takluyver/indentationerr Fix IndentationError display line numbering not shown. IndentationError is a subclass of SyntaxError, and they should display in a similar fashion, with the problematic line and line number shown. We were being over-specific with our type checking.
Bussonnier Matthias -
r8435:6ad41149 merge
Show More
Name Size Modified Last Commit Author
/ IPython / lib / tests
__init__.py Loading ...
test_backgroundjobs.py Loading ...
test_deepreload.py Loading ...
test_imports.py Loading ...
test_irunner.py Loading ...
test_irunner_pylab_magic.py Loading ...
test_kernel.py Loading ...
test_latextools.py Loading ...
test_pretty.py Loading ...
test_security.py Loading ...