[issue17636] Modify IMPORT_FROM to fallback on sys.modules

Brett Cannon report at bugs.python.org
Wed Jun 5 17:57:03 CEST 2013


Brett Cannon added the comment:

You use importlib.import_module to do programmatic imports (and FYI dots never go into the first argument of __import__).

----------

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


More information about the Python-bugs-list mailing list