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 serhiy.storchaka
Recipients j-4321-i, serhiy.storchaka
Date 2017-09-15.16:21:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505492501.48.0.18958475157.issue31485@psf.upfronthosting.co.za>
In-reply-to
Content
Tk do not provide a way of unbinding a specific command. It supports binding a script with replacing an existing binding, appending a script to an existing binding, and destroying an existing binding. Unbinding a specific command can be implemented in Python with a code similar to your example, but more complex due to taking to account different corner cases.

Do you want to write a patch and open a pull request Juliette?
History
Date User Action Args
2017-09-15 16:21:41serhiy.storchakasetrecipients: + serhiy.storchaka, j-4321-i
2017-09-15 16:21:41serhiy.storchakasetmessageid: <1505492501.48.0.18958475157.issue31485@psf.upfronthosting.co.za>
2017-09-15 16:21:41serhiy.storchakalinkissue31485 messages
2017-09-15 16:21:41serhiy.storchakacreate