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 Trundle, alex, benjamin.peterson, brett.cannon, eric.araujo, eric.smith, eric.snow, ncoghlan, pitrou, python-dev, roger.serwy, vstinner
Date 2012-04-14.23:22:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334445765.24.0.352778877323.issue2377@psf.upfronthosting.co.za>
In-reply-to
Content
So IDLE broke because it was relying on buggy behaviour accidentally left in Python 2.7 and carried forward (plus it was not updated to use best practices like importlib.import_module()). Roger, can you try the patch I have uploaded and see if that fixes things?
History
Date User Action Args
2012-04-14 23:22:45brett.cannonsetrecipients: + brett.cannon, ncoghlan, pitrou, vstinner, eric.smith, benjamin.peterson, roger.serwy, eric.araujo, alex, Trundle, python-dev, eric.snow
2012-04-14 23:22:45brett.cannonsetmessageid: <1334445765.24.0.352778877323.issue2377@psf.upfronthosting.co.za>
2012-04-14 23:22:44brett.cannonlinkissue2377 messages
2012-04-14 23:22:44brett.cannoncreate