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, amaury.forgeotdarc, brett.cannon, chris.jerdonek, python-dev, r.david.murray, yselivanov
Date 2012-10-09.13:12:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349788327.08.0.779293750567.issue15111@psf.upfronthosting.co.za>
In-reply-to
Content
This can get fixed in 3.3.1, which is why I left Python 3.3 as an affected version.

Hopefully I can get to a fix this week. I need to write a test showing that a module that doesn't exist as specified in a fromlist is silently ignored, but if a module in a fromlist does exist *but* triggers an ImportError itself while being imported that exception propagates. Then I need to come up with a fix.
History
Date User Action Args
2012-10-09 13:12:07brett.cannonsetrecipients: + brett.cannon, amaury.forgeotdarc, Arfrever, r.david.murray, chris.jerdonek, python-dev, yselivanov
2012-10-09 13:12:07brett.cannonsetmessageid: <1349788327.08.0.779293750567.issue15111@psf.upfronthosting.co.za>
2012-10-09 13:12:07brett.cannonlinkissue15111 messages
2012-10-09 13:12:06brett.cannoncreate