##// END OF EJS Templates
Document changes to input transformers
Document changes to input transformers

File last commit:

r14988:7aae6ea8
r14988:7aae6ea8
Show More
inputtransformer-syntaxerrors.rst
4 lines | 254 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / inputtransformer-syntaxerrors.rst
  • 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.