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 brian.curtin
Recipients brett.cannon, brian.curtin, eric.snow, georg.brandl
Date 2012-07-22.01:23:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342920228.6.0.749629066196.issue14578@psf.upfronthosting.co.za>
In-reply-to
Content
Can someone tell me where you want this changed? I guess Lib/imp.py in the find_module function, based on previous mention of imp.find_module? That's shown as deprecated so I'm hesitant to start there.

I don't really know anything about importlib, especially not enough to know where to start. If I have a pointer to the right spot I'll make the registry searching a part of it.
History
Date User Action Args
2012-07-22 01:23:49brian.curtinsetrecipients: + brian.curtin, brett.cannon, georg.brandl, eric.snow
2012-07-22 01:23:48brian.curtinsetmessageid: <1342920228.6.0.749629066196.issue14578@psf.upfronthosting.co.za>
2012-07-22 01:23:47brian.curtinlinkissue14578 messages
2012-07-22 01:23:47brian.curtincreate