##// END OF EJS Templates
the __future__ is now.
the __future__ is now.

File last commit:

r22814:2ed56dd7
r22963:2961b531
Show More
incompat-no-dreload.rst
3 lines | 217 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / incompat-no-dreload.rst
Denis S. Tereshchenko
auto-injection of deep-reload removed
r22814 The `--deep-reload` flag and the corresponding options to inject `dreload` or
`reload` into the interactive namespace have been removed. You have to
explicitly import `reload` from `IPython.lib.deepreload` to use it.