[issue31485] Tkinter widget.unbind(sequence, funcid) unbind all bindings

Terry J. Reedy report at bugs.python.org
Thu Jan 16 15:47:31 EST 2020


Terry J. Reedy <tjreedy at udel.edu> added the comment:

Serhiy, if I understand your last message (msg302299), the docstring should read:

       Unbind for this widget the event SEQUENCE.
       If FUNCID is given, only unbind the function identified with FUNCID
       and also delete that command.

The main doc change is to specify what happens when funcid is not given while the code change in the patch is to no longer unbind everything when funcid *is* given.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31485>
_______________________________________


More information about the Python-bugs-list mailing list