Vedran Čačić <ved...@gmail.com> added the comment:

Terry: of course, if a method is not overridden, there's no need to call 
super()'s method, since the only thing it would do is call the same thing that 
would be called without overriding.

But of course, if Exception's __init__ does anything, then super() should be 
called from the overrridden method.

----------
nosy: +veky

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

Reply via email to