Yury Selivanov added the comment:

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.

----------
nosy: +yselivanov

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24710>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to