This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/python/yap_kernel/yap_ipython/terminal/ptshell.py

9 lines
296 B
Python
Raw Normal View History

2018-01-05 16:57:38 +00:00
raise DeprecationWarning("""DEPRECATED:
After Popular request and decision from the BDFL:
2018-10-15 13:48:49 +01:00
`IPython.terminal.ptshell` has been moved back to `IPython.terminal.interactiveshell`
during the beta cycle (after IPython 5.0.beta3) Sorry about that.
2018-01-05 16:57:38 +00:00
This file will be removed in 5.0 rc or final.
""")