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-13.14:57:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610549849.57.0.232666946077.issue33809@roundup.psfhosted.org>
In-reply-to
Content
That said, you can always use 

TracebackException.from_exception(exc, capture_locals=True).format()

which is not much longer than 

print_exception(exc, capture_locals=True)
History
Date User Action Args
2021-01-13 14:57:29iritkatrielsetrecipients: + iritkatriel, r.david.murray, ulope, fhackdroid
2021-01-13 14:57:29iritkatrielsetmessageid: <1610549849.57.0.232666946077.issue33809@roundup.psfhosted.org>
2021-01-13 14:57:29iritkatriellinkissue33809 messages
2021-01-13 14:57:29iritkatrielcreate