Re: new Tkinter

Bill Janssen (janssen@parc.xerox.com)
Mon, 20 Jun 1994 17:11:52 PDT

Excerpts from ext.python: 20-Jun-94 Re: new Tkinter
Guido.van.Rossum@cwi.nl (1039)

> This may or may not be a problem. It means that Python code that
> dynamically generates lots of temporary widgets will have to be a
> little bit more careful to destroy them. But then, the same is true
> for Tcl code (in Tcl widgets are never automatically destroyed except
> when the program exits).

I'd hate to screw up garbage collection just to behave like Tcl.

Bill