]> granicus.if.org Git - python/commit
Remove some redundant code from Canvas.tag_bind(), which added all
authorGuido van Rossum <guido@python.org>
Fri, 30 Jul 1999 12:22:12 +0000 (12:22 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 30 Jul 1999 12:22:12 +0000 (12:22 +0000)
commit42b334d93d0454f12eb249805049b75d2bd6dc07
tree8b159c7573bdc73e6936fabf9a8cddd4b0027d01
parenteac8abee4ecec2e88e0e3ad18b32de250e48a44a
Remove some redundant code from Canvas.tag_bind(), which added all
bindings to a dictionary _tagcommands which was otherwise unused.
(This was checked in accidentally with rev. 1.125 and not deleted with
rev. 1.127 when the other half of this code was removed -- although
even as originally checked in the _tagcommands variable was never
used.)

(PR#40, reported by Peter Stoehr)
Lib/lib-tk/Tkinter.py