[issue14605] Make import machinery explicit

Brett Cannon report at bugs.python.org
Wed Apr 25 22:52:40 CEST 2012


Brett Cannon <brett at python.org> added the comment:

importlib.find_module() (or get_loader() as it would replace pkgutil.get_loader() as well) is definitely planned. So is importlib.util.resolve_name() (although maybe that is basic enough to want top-level?).

----------

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


More information about the Python-bugs-list mailing list