Leave no-funcid call as it was.

This commit is contained in:
Terry Jan Reedy 2020-01-16 15:56:18 -05:00 committed by GitHub
parent 082db44f9e
commit af411224ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1391,7 +1391,7 @@ class Misc:
and also delete that command.
"""
if funcid is None:
self.tk.call('bind', self._w, sequence, None)
self.tk.call('bind', self._w, sequence, '')
else:
funcs = self.tk.call('bind', self._w, sequence, None).split('\n')
keep = '\n'.join(f for f in funcs.split('\n')