[issue25372] load_module() does not link submodule to parent package

R. David Murray report at bugs.python.org
Wed Oct 14 08:56:05 EDT 2015


R. David Murray added the comment:

Well, once you've loaded the module and added it to the namespace of the parent package, you've imported it.  Since import_module is available in 2.7, it sounds like that satisfies your use case.

----------

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


More information about the Python-bugs-list mailing list