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

Guido van Rossum guido@cnri.reston.va.us
Sat, 9 Jan 1999 00:00:19 -0500 (EST)


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

Modified Files:
	ScriptBinding.py 
Log Message:
This now actually works.  See doc string.  It can run a module (i.e.
import or reload) or debug it (same with debugger control).  Output
goes to a fresh output window, only created when needed.