Commit d728ad43 authored by Guido van Rossum's avatar Guido van Rossum

Save a tiny bit of time: self.tk.call takes a tuple argument so it's

not needed to say apply(self.tk.call, t); self.tk.call(t) has the same
effect.  This cuts down tremendously on the number of apply() calls
made.  No measurable effect, but at the very least it saves the lookup
of apply() in the globals!
parent fcc877fa
This diff is collapsed.
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