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 iritkatriel
Date 2021-01-15.11:06:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610708763.72.0.663493099071.issue42934@roundup.psfhosted.org>
In-reply-to
Content
The TracebackException instance created here
https://github.com/python/cpython/blob/63298930fb531ba2bb4f23bc3b915dbf1e17e9e1/Lib/unittest/result.py#L185
is only used for format(), so it can benefit from the compact param added in issue42877.
History
Date User Action Args
2021-01-15 11:06:03iritkatrielsetrecipients: + iritkatriel
2021-01-15 11:06:03iritkatrielsetmessageid: <1610708763.72.0.663493099071.issue42934@roundup.psfhosted.org>
2021-01-15 11:06:03iritkatriellinkissue42934 messages
2021-01-15 11:06:03iritkatrielcreate