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 berker.peksag
Recipients berker.peksag, rbcollins, serhiy.storchaka
Date 2015-07-24.22:57:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437778625.24.0.630527994303.issue24710@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch that changes to use cls() instead of hardcoded TracebackException.

Serhiy also suggested on IRC to use the from_exception() classmethod in TracebackException's __init__ method.
History
Date User Action Args
2015-07-24 22:57:05berker.peksagsetrecipients: + berker.peksag, rbcollins, serhiy.storchaka
2015-07-24 22:57:05berker.peksagsetmessageid: <1437778625.24.0.630527994303.issue24710@psf.upfronthosting.co.za>
2015-07-24 22:57:05berker.peksaglinkissue24710 messages
2015-07-24 22:57:05berker.peksagcreate