[issue12915] Add inspect.locate and inspect.resolve

Brett Cannon report at bugs.python.org
Sat Feb 1 18:32:30 CET 2014


Brett Cannon added the comment:

Importlib already has importlib.import_module() (since Python 2.7) and that's as far as I'm willing to go for finding a module by name. Anything past that is a getarr() call on the resulting module and thus not worth adding to importlib.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12915>
_______________________________________


More information about the Python-bugs-list mailing list