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 eric.snow
Recipients amaury.forgeotdarc, brett.cannon, eric.snow, georg.brandl, pitrou
Date 2012-07-29.01:41:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343526085.53.0.654461115973.issue15425@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a trivial patch that demonstrates what I mean.  Yet, in light of exception chaining, I wonder if we should consider actually making ImportError supercede the inner exception.  I'll still try coming up with something similar, but propagates the inside exception.
History
Date User Action Args
2012-07-29 01:41:26eric.snowsetrecipients: + eric.snow, brett.cannon, georg.brandl, amaury.forgeotdarc, pitrou
2012-07-29 01:41:25eric.snowsetmessageid: <1343526085.53.0.654461115973.issue15425@psf.upfronthosting.co.za>
2012-07-29 01:41:24eric.snowlinkissue15425 messages
2012-07-29 01:41:24eric.snowcreate