Message302262
| 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:41 | serhiy.storchaka | set | recipients: + serhiy.storchaka, j-4321-i |
| 2017-09-15 16:21:41 | serhiy.storchaka | set | messageid: <1505492501.48.0.18958475157.issue31485@psf.upfronthosting.co.za> |
| 2017-09-15 16:21:41 | serhiy.storchaka | link | issue31485 messages |
| 2017-09-15 16:21:41 | serhiy.storchaka | create | |