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 brett.cannon, docs@python, eudoxos, ncoghlan, r.david.murray
Date 2012-10-11.16:45:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349973947.94.0.77174378629.issue16194@psf.upfronthosting.co.za>
In-reply-to
Content
The new functional equivalent is importlib.machinery.ExtensionFileLoader (http://docs.python.org/dev/py3k/library/importlib.html#importlib.machinery.ExtensionFileLoader), but underneath the hood it uses the same code as imp.load_dynamic() did.
History
Date User Action Args
2012-10-11 16:45:47brett.cannonsetrecipients: + brett.cannon, ncoghlan, r.david.murray, docs@python, eudoxos
2012-10-11 16:45:47brett.cannonsetmessageid: <1349973947.94.0.77174378629.issue16194@psf.upfronthosting.co.za>
2012-10-11 16:45:47brett.cannonlinkissue16194 messages
2012-10-11 16:45:47brett.cannoncreate