]> granicus.if.org Git - python/commit
Make bind variants without a sequence return a tuple of sequences
authorGuido van Rossum <guido@python.org>
Mon, 31 Aug 1998 16:54:33 +0000 (16:54 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 31 Aug 1998 16:54:33 +0000 (16:54 +0000)
commitc86b7c63e0f069be8a6bc2d2723e93f6529fd9bb
tree3256fc6ad29a332de49d3ba79986bb3a7f7fd183
parent164543607cf8e854d1ba1c76eecd633aaf7ab377
Make bind variants without a sequence return a tuple of sequences
(formerly it returned a string, which wasn't very convenient).

Add image commands to the Text widget (these are new in Tk 8.0).
Lib/lib-tk/Tkinter.py