]> granicus.if.org Git - python/commit
Issue #22115: Added methods trace_add, trace_remove and trace_info in the
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 26 Jun 2016 06:46:57 +0000 (09:46 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 26 Jun 2016 06:46:57 +0000 (09:46 +0300)
commit8122174af1a3c50671c48720ca3f18af9feda56b
tree97261989a60f5ca4cda3aff83289dcf922fce722
parent523ccd135c340a9e532c8bdf355cb43f8e259904
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.
Doc/whatsnew/3.6.rst
Lib/idlelib/configdialog.py
Lib/tkinter/__init__.py
Lib/tkinter/test/test_tkinter/test_variables.py
Misc/NEWS