Show More
@@ -643,14 +643,6 b' class InteractiveShell(SingletonConfigurable):' | |||||
643 | # IPython at a time. |
|
643 | # IPython at a time. | |
644 | builtin_mod.__dict__['__IPYTHON__'] = True |
|
644 | builtin_mod.__dict__['__IPYTHON__'] = True | |
645 |
|
645 | |||
646 | # In 0.11 we introduced '__IPYTHON__active' as an integer we'd try to |
|
|||
647 | # manage on enter/exit, but with all our shells it's virtually |
|
|||
648 | # impossible to get all the cases right. We're leaving the name in for |
|
|||
649 | # those who adapted their codes to check for this flag, but will |
|
|||
650 | # eventually remove it after a few more releases. |
|
|||
651 | builtin_mod.__dict__['__IPYTHON__active'] = \ |
|
|||
652 | 'Deprecated, check for __IPYTHON__' |
|
|||
653 |
|
||||
654 | self.builtin_trap = BuiltinTrap(shell=self) |
|
646 | self.builtin_trap = BuiltinTrap(shell=self) | |
655 |
|
647 | |||
656 | def init_inspector(self): |
|
648 | def init_inspector(self): |
General Comments 0
You need to be logged in to leave comments.
Login now