##// END OF EJS Templates
Add comment and remove line as suggested by @fperez
Add comment and remove line as suggested by @fperez

File last commit:

r14988:7aae6ea8
r14989:300c04a4
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.