[issue6210] Exception Chaining missing method for suppressing context

Antoine Pitrou report at bugs.python.org
Wed Dec 29 00:54:19 CET 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

> and, finally, if all I have is 
> 
>         except ValueError as exc:
>             raise AttributeError("blah")
> 
> I just get the normal, previous context free, traceback.

And what if the exception is raised from a subroutine?

----------

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


More information about the Python-bugs-list mailing list