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, eric.smith, eric.snow, ncoghlan, pitrou
Date 2012-04-24.00:56:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335228996.18.0.111099591654.issue14657@psf.upfronthosting.co.za>
In-reply-to
Content
I should also mention that all of this becomes much less important once issue #14605 is finished because at that point sys.meta_path and sys.path_hooks will have _frozen_importlib objects and that will be what importlib works off of directly. But I still understand the desire to eliminate _frozen_importlib from being exposed, it's just a matter of coming up with a reasonable solution.
History
Date User Action Args
2012-04-24 00:56:36brett.cannonsetrecipients: + brett.cannon, ncoghlan, pitrou, eric.smith, eric.snow
2012-04-24 00:56:36brett.cannonsetmessageid: <1335228996.18.0.111099591654.issue14657@psf.upfronthosting.co.za>
2012-04-24 00:56:35brett.cannonlinkissue14657 messages
2012-04-24 00:56:35brett.cannoncreate