[Pythonmac-SIG] debugging problem

Just van Rossum just@letterror.com
Thu, 1 Nov 2001 08:47:07 +0100


Jack Jansen wrote:

> What seems to fix it for me is calling Widget.__init__ in stead of
> ClickableWidget.__init__, but it could well be that the correct fix is
> to inherit ClickableWidget in stead.
>
> Just, could you investigate this and commit a fix?

I did. (Turned out I had fixed the problem a while back, but forgot to check it
in. Oops and sorry.)

Just