##// END OF EJS Templates
imp module deprecated in 3.4...
imp module deprecated in 3.4 We still use imp.find_module,(in IPython/utils/module_paths.py) but this as no newer drop-in replacement as far as I understand. Some alternative suggested here: https://docs.python.org/3/library/importlib.html#importlib.abc.Finder Deprecated since version 3.3: Use MetaPathFinder or PathEntryFinder instead. The various error messages are not clear of the exact version where this is deprecated.
Matthias Bussonnier -
r21257:1f186991
Show More
Name Size Modified Last Commit Author
/ IPython
core
extensions
external
kernel
lib
sphinxext
terminal
testing
utils
__init__.py Loading ...
__main__.py Loading ...
config.py Loading ...
consoleapp.py Loading ...
display.py Loading ...
frontend.py Loading ...
html.py Loading ...
nbconvert.py Loading ...
nbformat.py Loading ...
parallel.py Loading ...
paths.py Loading ...
qt.py Loading ...