##// END OF EJS Templates
Merge pull request #4979 from minrk/clear-output-msgspec...
Merge pull request #4979 from minrk/clear-output-msgspec add versioning notes to small message spec changes

File last commit:

r14988:7aae6ea8
r15001:cf7b62ae merge
Show More
inputtransformer-syntaxerrors.rst
4 lines | 254 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / inputtransformer-syntaxerrors.rst
Thomas Kluyver
Document changes to input transformers
r14988 * Input transformers (see :doc:`/config/inputtransforms`) may now raise
:exc:`SyntaxError` if they determine that input is invalid. The input
transformation machinery in IPython will handle displaying the exception to
the user and resetting state.