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 eric.araujo
Recipients Trundle, daniel.urban, eric.araujo, ezio.melotti, terry.reedy
Date 2011-09-12.15:50:00
SpamBayes Score 0.0004132036
Marked as misclassified No
Message-id <1315842601.31.0.715539099763.issue12915@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry if I was unclear; the functions work with a dotted name as a string and resolve it to an object.  __import__ works with module, whereas this kind of functions work with mod.name, pkg.mod.name.attr, etc., that is, they combine import and getattr.
History
Date User Action Args
2011-09-12 15:50:01eric.araujosetrecipients: + eric.araujo, terry.reedy, ezio.melotti, Trundle, daniel.urban
2011-09-12 15:50:01eric.araujosetmessageid: <1315842601.31.0.715539099763.issue12915@psf.upfronthosting.co.za>
2011-09-12 15:50:00eric.araujolinkissue12915 messages
2011-09-12 15:50:00eric.araujocreate