Brett Cannon added the comment:

Both imp.find_module() and load_module() have been documented as deprecated 
since Python 3.3. I have not added the warning as I have to work through the 
stdlib first to remove all current uses.

But for what you are after, Joe, just use importlib.import_module() (which is 
available in Python 2.7 in the stdlib and earlier on PyPI).

----------
resolution:  -> wont fix
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17321>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to