]> granicus.if.org Git - python/commit
[3.6] bpo-30853: IDLE: Factor a VarTrace class from configdialog.ConfigDialog. ...
authorTerry Jan Reedy <tjreedy@udel.edu>
Thu, 27 Jul 2017 00:53:13 +0000 (20:53 -0400)
committerGitHub <noreply@github.com>
Thu, 27 Jul 2017 00:53:13 +0000 (20:53 -0400)
commit0243bea55dc340067247e635442f2a227705315a
treed2afc026cf104cc3b9128c920373012b6c918b01
parent25de5baf3eaebddbf879aacf49c0f614f922dc42
[3.6] bpo-30853:  IDLE: Factor a VarTrace class from configdialog.ConfigDialog. (GH-2872) (#2903)

The new class manages pairs of tk Variables and trace callbacks.
It is completely covered by new tests.
(cherry picked from commit 45bf723)
Lib/idlelib/configdialog.py
Lib/idlelib/idle_test/test_configdialog.py