Eric Snow <ericsnowcurren...@gmail.com> added the comment:

So sys.exception() will be equivalent to sys.exc_info()[1] (or rather, 
sys.exc_info() will be (type(sys.exception()), sys.exception(), 
sys.exception().__traceback__))?

That seems good to me.

----------
nosy: +eric.snow

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

Reply via email to