This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients adaptivelogic, eric.snow, gvanrossum, ncoghlan, pitrou, rbcollins, rhettinger, vstinner, yselivanov
Date 2015-01-26.13:38:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422279515.23.0.383442376354.issue17911@psf.upfronthosting.co.za>
In-reply-to
Content
> tb = TracebackException(*sys.exc_info, lookup_lines=False)

You don't need an exception tuple in Python 3, the exception instance is enough.
History
Date User Action Args
2015-01-26 13:38:35pitrousetrecipients: + pitrou, gvanrossum, rhettinger, ncoghlan, vstinner, rbcollins, eric.snow, yselivanov, adaptivelogic
2015-01-26 13:38:35pitrousetmessageid: <1422279515.23.0.383442376354.issue17911@psf.upfronthosting.co.za>
2015-01-26 13:38:35pitroulinkissue17911 messages
2015-01-26 13:38:35pitroucreate