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.

作者 brett.cannon
收信人 brett.cannon
日期 2012-05-13.16:32:08
SpamBayes Score -1.0
Marked as misclassified
Message-id <1336926729.01.0.715234386918.issue14797@psf.upfronthosting.co.za>
In-reply-to
内容
With importlib.find_loader() now implemented, imp.find_module() (and its companion, imp.load_module()) can go away and stop inflicting their bad API upon the world.

The trick, though, is fixing code that uses the API. That means pkgutil, multiprocessing.forking, modulefinder, and idlelib.EditorWindow all need to be patched to stop using imp.find_module()/load_module().
历史
日期 用户 动作 参数
2012-05-13 16:32:09brett.cannon修改recipients: + brett.cannon
2012-05-13 16:32:09brett.cannon修改messageid: <1336926729.01.0.715234386918.issue14797@psf.upfronthosting.co.za>
2012-05-13 16:32:08brett.cannon链接issue14797 messages
2012-05-13 16:32:08brett.cannon创建