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 <rep...@bugs.python.org>
<http://bugs.python.org/issue12915>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to