This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients glombardo, j-4321-i, serhiy.storchaka, terry.reedy
Date 2020-01-16.20:47:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579207651.17.0.895372571544.issue31485@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-01-16 20:47:31terry.reedysetrecipients: + terry.reedy, serhiy.storchaka, j-4321-i, glombardo
2020-01-16 20:47:31terry.reedysetmessageid: <1579207651.17.0.895372571544.issue31485@roundup.psfhosted.org>
2020-01-16 20:47:31terry.reedylinkissue31485 messages
2020-01-16 20:47:31terry.reedycreate