[issue4438] Given a module hierarchy string 'a.b.c', add an easy way to import tail module 'c'

Georg Brandl report at bugs.python.org
Wed Apr 1 20:46:49 CEST 2009


Georg Brandl <georg at python.org> added the comment:

This feature is implemented as importlib.import_modules() in 2.7 and
3.1; for earlier versions there is also a backport on PyPI.

----------
nosy: +georg.brandl
resolution:  -> out of date
status: open -> closed

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


More information about the Python-bugs-list mailing list