Message209902
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. |
|
Date |
User |
Action |
Args |
2014-02-01 17:32:31 | brett.cannon | set | recipients:
+ brett.cannon, terry.reedy, vinay.sajip, ncoghlan, ezio.melotti, eric.araujo, Trundle, meador.inge, daniel.urban, python-dev, eric.snow, berker.peksag, yselivanov |
2014-02-01 17:32:30 | brett.cannon | set | messageid: <1391275950.96.0.511113720212.issue12915@psf.upfronthosting.co.za> |
2014-02-01 17:32:30 | brett.cannon | link | issue12915 messages |
2014-02-01 17:32:30 | brett.cannon | create | |
|