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 Arfrever, brett.cannon, eric.araujo, eric.smith, eric.snow, lemburg, ncoghlan, python-dev, r.david.murray
Date 2012-04-25.20:52:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335387160.32.0.149880822131.issue14605@psf.upfronthosting.co.za>
In-reply-to
Content
importlib.find_module() (or get_loader() as it would replace pkgutil.get_loader() as well) is definitely planned. So is importlib.util.resolve_name() (although maybe that is basic enough to want top-level?).
History
Date User Action Args
2012-04-25 20:52:40brett.cannonsetrecipients: + brett.cannon, lemburg, ncoghlan, eric.smith, eric.araujo, Arfrever, r.david.murray, python-dev, eric.snow
2012-04-25 20:52:40brett.cannonsetmessageid: <1335387160.32.0.149880822131.issue14605@psf.upfronthosting.co.za>
2012-04-25 20:52:39brett.cannonlinkissue14605 messages
2012-04-25 20:52:39brett.cannoncreate