Yury Selivanov added the comment:

> This isn't a bug, as "raise exc from None" only hides *display* of the 
> context, it doesn't lose the record of the context entirely.

Agree.  My patch, though, is still valid.  I think removing try..except blocks 
actually simplifies the code, and removes the need of using 'raise .. from 
None' completely.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24474>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to