Ethan Furman <et...@stoneleaf.us> added the comment:

Patrick: The value in this enhancement is in not displaying the chained 
exception.  I do not see any value in throwing it away completely.  If you 
don't care about __context__ you can safely ignore it.  On the other hand, if 
it is completely removed, and you do care about it... well, too bad.

Georg, Nick:  On further thought, I agree that having 'from None' set cause 
from None to True is counter-intuitive, and there is consistency in having 
__context__ as None and __cause__ as False.

Thanks, Nick, for the pointers on the necessary changes.

----------

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

Reply via email to