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

Guido van Rossum guido@cnri.reston.va.us
Wed, 5 May 1999 19:03:49 -0400 (EDT)


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:
Nathan Paul Simons noticed that the grid_remove() method was missing.
(The difference between grid_remove() and grid_forget() is that the
former remembers the options for the slave.)