Who maintains Tkinter?

Fredrik Lundh fredrik at pythonware.com
Mon Oct 11 16:03:38 EDT 1999


SysProg - Nathan Paul Simons <enigma at nmt.edu> wrote:
> A few months ago, i attempted to get some answers to a question
> about a bug with tkinter.  i received no reply.  Therefore, i would like
> to know who maintains tkinter so that i could contact them directly.

on the other hand, this is already fixed in the
code repository:

        ...
        forget = grid_forget
        def grid_remove(self):
                self.tk.call('grid', 'remove', self._w)
        ...

for more info on how you can access the
repository, see:
http://www.python.org/download/cvs.html

</F>

coming soon:
http://www.pythonware.com/people/fredrik/librarybook.htm





More information about the Python-list mailing list