##// END OF EJS Templates
Combined recursive approach with check for already visited objects to avoid infinite recursion....
Combined recursive approach with check for already visited objects to avoid infinite recursion. This should pass the already existing autoreload tests, however, new tests for this feature still need to be implemented.

File last commit:

r22550:a3332387
r24992:d05065c0
Show More
ptshell.py
8 lines | 296 B | text/x-python | PythonLexer
Matthias Bussonnier
Add a warning things have been moved back.
r22550 raise DeprecationWarning("""DEPRECATED:
After Popular request and decision from the BDFL:
`IPython.terminal.ptshell` has been moved back to `IPython.terminal.interactiveshell`
during the beta cycle (after IPython 5.0.beta3) Sorry about that.
This file will be removed in 5.0 rc or final.
""")