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 yselivanov
Recipients berker.peksag, python-dev, rbcollins, serhiy.storchaka, yselivanov
Date 2015-08-18.18:55:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439924109.86.0.997342006451.issue24710@psf.upfronthosting.co.za>
In-reply-to
Content
LGTM.

FWIW, using 'self.from_exception(..)' is better because this way it's easier to override the method.  Another way would be to write 'type(self).from_exception(..)', but I think using 'self' is good enough.
History
Date User Action Args
2015-08-18 18:55:09yselivanovsetrecipients: + yselivanov, rbcollins, python-dev, berker.peksag, serhiy.storchaka
2015-08-18 18:55:09yselivanovsetmessageid: <1439924109.86.0.997342006451.issue24710@psf.upfronthosting.co.za>
2015-08-18 18:55:09yselivanovlinkissue24710 messages
2015-08-18 18:55:09yselivanovcreate