##// END OF EJS Templates
Merge pull request #9884 from denis-it/issue-8485...
Merge pull request #9884 from denis-it/issue-8485 #8485: Don't import dreload by default

File last commit:

r22814:2ed56dd7
r22828:3ff50d6a merge
Show More
incompat-no-dreload.rst
3 lines | 217 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / incompat-no-dreload.rst

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.