Kaydet (Commit) 8d1e439b authored tarafından Guido van Rossum's avatar Guido van Rossum

Moved tk.record() to record whole commands instead of lines

üst 5e8d3724
......@@ -15,8 +15,8 @@ while 1:
except EOFError:
break
cmd = cmd + (line + '\n')
tk.record(line)
if tk.getboolean(tk.call('info', 'complete', cmd)):
tk.record(line)
try:
result = tk.call('eval', cmd)
except tkinter.TclError, msg:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment