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 iritkatriel
Recipients fhackdroid, iritkatriel, r.david.murray, ulope
Date 2021-01-14.23:14:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610666050.58.0.819303805246.issue33809@roundup.psfhosted.org>
In-reply-to
Content
On the other hand, I think it makes sense to add a print() method to TracebackException so that you can do

TracebackException.from_exception(ex, capture_locals=True).print(file)

or whatever other combination of current or future params.
History
Date User Action Args
2021-01-14 23:14:10iritkatrielsetrecipients: + iritkatriel, r.david.murray, ulope, fhackdroid
2021-01-14 23:14:10iritkatrielsetmessageid: <1610666050.58.0.819303805246.issue33809@roundup.psfhosted.org>
2021-01-14 23:14:10iritkatriellinkissue33809 messages
2021-01-14 23:14:10iritkatrielcreate