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, terry.reedy
Date 2017-09-15.20:49:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505508568.37.0.618657151543.issue31485@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think a new method is needed. We can make unbind() destroying all bindings if FUNCID is not given (note that registered commands are leaked in this case), and only the specified command if it is specified. We can add a boolean parameter (similar to the one in bind()) for restoring the old behavior if this is needed.
History
Date User Action Args
2017-09-15 20:49:28serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, j-4321-i
2017-09-15 20:49:28serhiy.storchakasetmessageid: <1505508568.37.0.618657151543.issue31485@psf.upfronthosting.co.za>
2017-09-15 20:49:28serhiy.storchakalinkissue31485 messages
2017-09-15 20:49:28serhiy.storchakacreate