E. Paine <xepain...@gmail.com> added the comment:

Thank you for reporting this issue (and doing your research!). I don't think we 
could use `command=self._callback` since this wouldn't pass the new value, but 
something like `command=lambda val=val: self._callback(val)` would work 
perfectly. Would you like to open a pull request for this (with accompanying 
news entry and test), or would you rather I did it?

----------
nosy: +epaine, serhiy.storchaka

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue45160>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to