##// END OF EJS Templates
Support CRLF line endings in magic transforms
Support CRLF line endings in magic transforms

File last commit:

r25928:8e4636a4
r25936:e972089e
Show More
side-effects-tr.rst
2 lines | 200 B | text/x-rst | RstLexer

input_transformers can now have an attribute has_side_effects set to True, which will prevent the transformers from being ran when IPython is trying to guess whether the user input is complete.