summaryrefslogtreecommitdiffstats
path: root/Python/symtable.c
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-12-06 15:04:07 (GMT)
committerGitHub <noreply@github.com>2023-12-06 15:04:07 (GMT)
commit010819a29552eca7020e497e86c7a0bc28bba46a (patch)
tree768ff7a0fc21f8e08d248afbcaf4edf5c2bf9198 /Python/symtable.c
parent8be7282f29a9746fbfc425172736d4bba6f707a7 (diff)
downloadcpython-010819a29552eca7020e497e86c7a0bc28bba46a.zip
cpython-010819a29552eca7020e497e86c7a0bc28bba46a.tar.gz
cpython-010819a29552eca7020e497e86c7a0bc28bba46a.tar.bz2
[3.11] gh-75666: Tkinter: "unbind(sequence, funcid)" now only unbinds "funcid" (GH-111322) (GH-112801)
Previously, "widget.unbind(sequence, funcid)" destroyed the current binding for "sequence", leaving "sequence" unbound, and deleted the "funcid" command. Now it removes only "funcid" from the binding for "sequence", keeping other commands, and deletes the "funcid" command. It leaves "sequence" unbound only if "funcid" was the last bound command. (cherry picked from commit cc7e45cc572dd818412a649970fdee579417701f) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> Co-authored-by: GiovanniL <13402461+GiovaLomba@users.noreply.github.com>
Diffstat (limited to 'Python/symtable.c')
0 files changed, 0 insertions, 0 deletions