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, benjamin.peterson, berker.peksag, brett.cannon, eric.araujo, eric.snow, meador.inge, pitrou, python-dev
Date 2012-05-12.21:49:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336859398.27.0.822579057077.issue13959@psf.upfronthosting.co.za>
In-reply-to
Content
I have importlib.find_loader() coded up, but getting rid of find_module() is going to be a pain thanks to pkgutil, multiprocessing.forking, modulefinder, and idlelib.EditorWindow.
History
Date User Action Args
2012-05-12 21:49:58brett.cannonsetrecipients: + brett.cannon, pitrou, benjamin.peterson, eric.araujo, Arfrever, meador.inge, python-dev, eric.snow, berker.peksag
2012-05-12 21:49:58brett.cannonsetmessageid: <1336859398.27.0.822579057077.issue13959@psf.upfronthosting.co.za>
2012-05-12 21:49:57brett.cannonlinkissue13959 messages
2012-05-12 21:49:57brett.cannoncreate