[issue15425] Another strange Tracebacks with importlib

Eric Snow report at bugs.python.org
Sun Jul 29 03:41:25 CEST 2012


Eric Snow added the comment:

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.

----------
keywords: +patch
Added file: http://bugs.python.org/file26557/ImportError_is_king.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15425>
_______________________________________


More information about the Python-bugs-list mailing list