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.snow, ncoghlan
Date 2014-01-05.21:59:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1388959181.38.0.478598123748.issue19944@psf.upfronthosting.co.za>
In-reply-to
Content
Moving to importlib.util is fine by me. I put find_loader() to mirror import_module(), but honestly the former is much less used compared to the latter, so moving it to importlib.util makes sense.
History
Date User Action Args
2014-01-05 21:59:41brett.cannonsetrecipients: + brett.cannon, ncoghlan, Arfrever, eric.snow
2014-01-05 21:59:41brett.cannonsetmessageid: <1388959181.38.0.478598123748.issue19944@psf.upfronthosting.co.za>
2014-01-05 21:59:41brett.cannonlinkissue19944 messages
2014-01-05 21:59:41brett.cannoncreate