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 Ronan.Lamy
Recipients Arfrever, Ronan.Lamy, chris.jerdonek
Date 2012-07-09.16:30:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341851443.17.0.0891631524355.issue15297@psf.upfronthosting.co.za>
In-reply-to
Content
AFAICT, the intent of this function was to help provide a fully PEP-302 compliant import process wrapping the builtin C-implemented import mechanism. Nowadays, I believe that iterating over sys.meta_path should probably be enough.
History
Date User Action Args
2012-07-09 16:30:43Ronan.Lamysetrecipients: + Ronan.Lamy, Arfrever, chris.jerdonek
2012-07-09 16:30:43Ronan.Lamysetmessageid: <1341851443.17.0.0891631524355.issue15297@psf.upfronthosting.co.za>
2012-07-09 16:30:42Ronan.Lamylinkissue15297 messages
2012-07-09 16:30:42Ronan.Lamycreate