This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients Trundle, berker.peksag, brett.cannon, daniel.urban, eric.araujo, eric.snow, ezio.melotti, meador.inge, ncoghlan, python-dev, terry.reedy, vinay.sajip, yselivanov
Date 2014-02-01.17:32:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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.
History
Date User Action Args
2014-02-01 17:32:31brett.cannonsetrecipients: + 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:30brett.cannonsetmessageid: <[email protected]>
2014-02-01 17:32:30brett.cannonlinkissue12915 messages
2014-02-01 17:32:30brett.cannoncreate