[Python-checkins] CVS: python/dist/src/Lib/lib-tk Tkinter.py

Guido van Rossum guido@cnri.reston.va.us
Mon, 8 Feb 1999 10:26:54 -0500 (EST)


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.