Mailing List Archive

CVS: python/dist/src/Lib/lib-tk Tkinter.py
Update of /projects/cvsroot/python/dist/src/Lib/lib-tk
In directory eric:/projects/python/develop/guido/src/Lib/lib-tk

Modified Files:
Tkinter.py
Log Message:
Put a try-except around the "image delete" call in Image.__del__ to
avoid tracebacks when the root is destroyed before the image object.