[Python-checkins] CVS: python/dist/src/Tools/idle EditorWindow.py

Guido van Rossum guido@cnri.reston.va.us
Fri, 25 Jun 1999 12:06:30 -0400 (EDT)


Update of /projects/cvsroot/python/dist/src/Tools/idle
In directory eric:/projects/python/develop/guido/src/Tools/idle

Modified Files:
	EditorWindow.py 
Log Message:
Add _close() method that does the actual cleanup (close() asks the
user what they want first if there's unsaved stuff, and may cancel).
It closes more than before.

Add unload_extensions() method to unload all extensions; called from
_close().  It calls an extension's close() method if it has one.