commit | 8122174af1a3c50671c48720ca3f18af9feda56b | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Jun 26 09:46:57 2016 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sun Jun 26 09:46:57 2016 +0300 |
tree | 97261989a60f5ca4cda3aff83289dcf922fce722 | |
parent | 523ccd135c340a9e532c8bdf355cb43f8e259904 [diff] |
Issue #22115: Added methods trace_add, trace_remove and trace_info in the tkinter.Variable class. They replace old methods trace_variable, trace, trace_vdelete and trace_vinfo that use obsolete Tcl commands and might not work in future versions of Tcl.