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

2009-04-01 Thread Georg Brandl
Georg Brandl 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 trac

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

2008-11-28 Thread Mart Sõmermaa
Changes by Mart Sõmermaa <[EMAIL PROTECTED]>: -- components: -Interpreter Core title: Add an easy way to __import___ submodules -> Given a module hierarchy string 'a.b.c', add an easy way to import tail module 'c' ___ Python tracker <[EMAIL PROTECTE