]> granicus.if.org Git - python/commit
bpo-30853: IDLE: Factor a VarTrace class from configdialog.ConfigDialog. (#2872)
authorcsabella <cheryl.sabella@gmail.com>
Wed, 26 Jul 2017 23:09:58 +0000 (19:09 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Wed, 26 Jul 2017 23:09:58 +0000 (19:09 -0400)
commit45bf723c6c591ec56a18dad8150ae89797450d8b
treeb0ab79d45075f418c2f91dbf0e61142eae9faad6
parent5cff6379797967faabbb834a9eb154c3f0839489
bpo-30853:  IDLE: Factor a VarTrace class from configdialog.ConfigDialog. (#2872)

The new class manages pairs of tk Variables and trace callbacks.
It is completely covered by new tests.
Lib/idlelib/configdialog.py
Lib/idlelib/idle_test/test_configdialog.py