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: <[email protected]> |
| 2014-02-01 17:32:30 | brett.cannon | link | issue12915 messages |
| 2014-02-01 17:32:30 | brett.cannon | create | |
|