mirror of https://github.com/python/cpython
cc7e45cc57
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. Co-authored-by: GiovanniL <13402461+GiovaLomba@users.noreply.github.com> |
||
---|---|---|
.. | ||
__init__.py | ||
__main__.py | ||
colorchooser.py | ||
commondialog.py | ||
constants.py | ||
dialog.py | ||
dnd.py | ||
filedialog.py | ||
font.py | ||
messagebox.py | ||
scrolledtext.py | ||
simpledialog.py | ||
ttk.py |