> 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