You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
move terminal.ptshell to terminal.interactiveshell, since it is the new implementation of the class.
The deprecation was there while the readline implementation remained,
but there is no need for it now that there is just one implementation of TerminalInteractiveShell.
warn("InteractiveShell.{name} is deprecated since IPython 4.0 and ignored since 5.0, set IPython.terminal.ptshell.TerminalInteractiveShell.prompts object directly.".format(
383
+
warn("InteractiveShell.{name} is deprecated since IPython 4.0 and ignored since 5.0, set TerminalInteractiveShell.prompts object directly.".format(
384
384
name=name)
385
385
)
386
386
# protect against weird cases where self.config may not exist:
0 commit comments