]> granicus.if.org Git - python/commit
Get rid of nearly all clals to self._do -- turns out self.tk.call can
authorGuido van Rossum <guido@python.org>
Tue, 19 May 1998 21:18:13 +0000 (21:18 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 19 May 1998 21:18:13 +0000 (21:18 +0000)
commit0bd5433cf8507e1f5cd87e552f004635d021b063
treefb14d97e8204535eacbca48b7465b53eed7d42e0
parent29892d848cbe04d6e152c1c6e7e8fee7365151fd
Get rid of nearly all clals to self._do -- turns out self.tk.call can
be used just as well, so this saves one Python call in many cases!
Lib/lib-tk/Tkinter.py