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, georg.brandl, ncoghlan
Date 2012-07-18.12:59:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342616385.75.0.631071735621.issue15387@psf.upfronthosting.co.za>
In-reply-to
Content
I think the imp functions do need to go away. They perpetuate an absolutely horrendous API that I'm trying to slowly kill (and the underlying imp code is already reusing importlib). They already are a burden for future API growth as people already rely on imp.find_module() and imp.load_module() in such a way that untangling is right pain.
History
Date User Action Args
2012-07-18 12:59:45brett.cannonsetrecipients: + brett.cannon, georg.brandl, ncoghlan
2012-07-18 12:59:45brett.cannonsetmessageid: <1342616385.75.0.631071735621.issue15387@psf.upfronthosting.co.za>
2012-07-18 12:59:45brett.cannonlinkissue15387 messages
2012-07-18 12:59:44brett.cannoncreate