summaryrefslogtreecommitdiffstats
path: root/Lib/tkinter/tix.py
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-02-04 16:43:56 (GMT)
committerGitHub <noreply@github.com>2024-02-04 16:43:56 (GMT)
commit4548ae7e65a919516939548932644a16a2bdc329 (patch)
treedaf71a4853e43f0c6f83e93103f546dbb4f33383 /Lib/tkinter/tix.py
parent222ccbc7d682016450421f0992333f713c8a38ba (diff)
downloadcpython-4548ae7e65a919516939548932644a16a2bdc329.zip
cpython-4548ae7e65a919516939548932644a16a2bdc329.tar.gz
cpython-4548ae7e65a919516939548932644a16a2bdc329.tar.bz2
[3.12] gh-113951: Tkinter: "tag_unbind(tag, sequence, funcid)" now only unbinds "funcid" (GH-113955) (GH-114997)
Previously, "tag_unbind(tag, sequence, funcid)" methods of Text and Canvas widgets destroyed the current binding for "sequence", leaving "sequence" unbound, and deleted the "funcid" command. Now they remove only "funcid" from the binding for "sequence", keeping other commands, and delete the "funcid" command. They leave "sequence" unbound only if "funcid" was the last bound command. (cherry picked from commit 7e42fddf608337e83b30401910d76fd75d5cf20a) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Lib/tkinter/tix.py')
0 files changed, 0 insertions, 0 deletions