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 veky
Recipients belopolsky, chris.jerdonek, docs@python, eric.araujo, ezio.melotti, hynek, iritkatriel, r.david.murray, rhettinger, terry.reedy, tshepang, veky
Date 2020-11-11.07:31:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605079871.44.0.186636892376.issue15034@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-11-11 07:31:11vekysetrecipients: + veky, rhettinger, terry.reedy, belopolsky, ezio.melotti, eric.araujo, r.david.murray, chris.jerdonek, docs@python, tshepang, hynek, iritkatriel
2020-11-11 07:31:11vekysetmessageid: <1605079871.44.0.186636892376.issue15034@roundup.psfhosted.org>
2020-11-11 07:31:11vekylinkissue15034 messages
2020-11-11 07:31:11vekycreate