[issue19944] Make importlib.find_spec load packages as needed

Brett Cannon report at bugs.python.org
Sun Jan 5 22:59:41 CET 2014


Brett Cannon added the comment:

Moving to importlib.util is fine by me. I put find_loader() to mirror import_module(), but honestly the former is much less used compared to the latter, so moving it to importlib.util makes sense.

----------

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


More information about the Python-bugs-list mailing list