[issue6210] Exception Chaining missing method for suppressing context

Antoine Pitrou report at bugs.python.org
Sat Dec 4 18:00:09 CET 2010


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

It is not possible to do this using a method, since "raise exc" will add a context anyway. So, if this is desired, it needs some new syntax and should be discussed on python-ideas.

(I don't think this is very important personally. Tracebacks are for developers to look at and I don't think the added information is confusing or detrimental)

----------
assignee: pitrou -> 

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


More information about the Python-bugs-list mailing list