Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 919ab3e commit 94e7434Copy full SHA for 94e7434
1 file changed
IPython/core/interactiveshell.py
@@ -643,14 +643,6 @@ def init_builtins(self):
643
# IPython at a time.
644
builtin_mod.__dict__['__IPYTHON__'] = True
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)
655
656
def init_inspector(self):
0 commit comments