Vinay Sajip <vinay_sa...@yahoo.co.uk> added the comment:

> 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).

----------

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

Reply via email to