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
Date 2013-05-25.15:40:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369496414.51.0.562875229152.issue18055@psf.upfronthosting.co.za>
In-reply-to
Content
As part of issue #14797 I'm trying to remove all uses of imp.find_module/load_module since the API is so bad in the face of importers. See the attached patch to replace the one use in IDLE. It should actually be more accepting of alternative importers than the original code.

Since I'm not an IDLE user I'm not comfortable with committing w/o an IDLE dev signing off on it, so please let me know if I can commit it (I would only bother in 3.4 unless you really want it in the 3.3 branch).
History
Date User Action Args
2013-05-25 15:40:14brett.cannonsetrecipients: + brett.cannon
2013-05-25 15:40:14brett.cannonsetmessageid: <1369496414.51.0.562875229152.issue18055@psf.upfronthosting.co.za>
2013-05-25 15:40:14brett.cannonlinkissue18055 messages
2013-05-25 15:40:14brett.cannoncreate