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 vinay.sajip
Recipients oren, vinay.sajip
Date 2018-07-11.18:57:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531335470.45.0.56676864532.issue34086@psf.upfronthosting.co.za>
In-reply-to
Content
> Here's some evidence that this is true

I'm not sure that's evidence. That example page you linked to has 4 instances of handleError: 2 are definitions of overrides, and the other two are calls to the superclass method from those overriding methods, which would execute in an exception context if the subclass called handleError() correctly (i.e. from an exception handler).
History
Date User Action Args
2018-07-11 18:57:50vinay.sajipsetrecipients: + vinay.sajip, oren
2018-07-11 18:57:50vinay.sajipsetmessageid: <1531335470.45.0.56676864532.issue34086@psf.upfronthosting.co.za>
2018-07-11 18:57:50vinay.sajiplinkissue34086 messages
2018-07-11 18:57:50vinay.sajipcreate