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, asvetlov, barry, brett.cannon, chris.jerdonek, cvrebert, eric.snow, ezio.melotti, pitrou, serhiy.storchaka
Date 2013-02-18.18:36:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361212613.24.0.558769014844.issue15767@psf.upfronthosting.co.za>
In-reply-to
Content
TL;DR for Antoine: when using a fromlist, import failures from that list are silently ignored. Because ImportError is overloaded in terms of what it means (e.g. bag magic number, module not found) there needs to be a clean way to tell the import failed because the module wasn't found so other ImportError reasons can properly propagate.
History
Date User Action Args
2013-02-18 18:36:53brett.cannonsetrecipients: + brett.cannon, barry, pitrou, ezio.melotti, Arfrever, cvrebert, asvetlov, chris.jerdonek, eric.snow, serhiy.storchaka
2013-02-18 18:36:53brett.cannonsetmessageid: <1361212613.24.0.558769014844.issue15767@psf.upfronthosting.co.za>
2013-02-18 18:36:53brett.cannonlinkissue15767 messages
2013-02-18 18:36:53brett.cannoncreate