]> granicus.if.org Git - python/commit
This now actually works. See doc string. It can run a module (i.e.
authorGuido van Rossum <guido@python.org>
Sat, 9 Jan 1999 05:00:17 +0000 (05:00 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 9 Jan 1999 05:00:17 +0000 (05:00 +0000)
commit9f4258490726c15a37484676177913a928b35783
tree2f811188bd38629ff31b444dfadec9001a7f0540
parent5d00b6d459c9e52935e330b3e8b3731d80ad5b0b
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.
Tools/idle/ScriptBinding.py