Guido van Rossum added the comment:

Python 3's exception chaining allows us to do the second (easier to catch 
without resorting to "except Exception:" or even "except:") while still showing 
the original exception in the traceback.

----------
nosy: +gvanrossum

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

Reply via email to