[Python-Dev] More bugs in 2.2a1

Guido van Rossum guido@python.org
Mon, 13 Aug 2001 10:09:50 -0400


> I've checked in fixes for the actual bugs reported in the other
> modules; thanks!

Thanks, Andrew!

(It really sucks that SF doesn't send checkin mail any more; I've
complained but they are still asleep I assume.)

> The only one I haven't done is the following one;
> there's definitely at least one bug here (item #2), but I don't know
> Tk well enough to fix it.
> 
> >lib-tk:
> >    Tix.py:81: self is not first method argument

According to line 78, Form.form is an alias for the config method,
which definitely requires a self argument.  I'll go ahead and fix it.

> >    Tix.py:331: No global (value) found

Looks like a copy-and-paste error from __setitem__.  I'll fix this
too.

--Guido van Rossum (home page: http://www.python.org/~guido/)