diff options
| author | Terry Jan Reedy <tjreedy@udel.edu> | 2016-05-17 02:28:00 (GMT) |
|---|---|---|
| committer | Terry Jan Reedy <tjreedy@udel.edu> | 2016-05-17 02:28:00 (GMT) |
| commit | ef20cbfb329df66ea2b69373968d49589df988b1 (patch) | |
| tree | 7e8d39f067cb4d28c56d8e4829594ab1b38918e1 /Lib/idlelib/idle_test | |
| parent | 63063af12e5df22eaafcfd9fc9f41005923961cc (diff) | |
| parent | 6b98ce23f686b5533ab4bcddfe2c9136565e4919 (diff) | |
| download | cpython-ef20cbfb329df66ea2b69373968d49589df988b1.zip cpython-ef20cbfb329df66ea2b69373968d49589df988b1.tar.gz cpython-ef20cbfb329df66ea2b69373968d49589df988b1.tar.bz2 | |
Merge with 3.5
Diffstat (limited to 'Lib/idlelib/idle_test')
| -rw-r--r-- | Lib/idlelib/idle_test/test_configdialog.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/idlelib/idle_test/test_configdialog.py b/Lib/idlelib/idle_test/test_configdialog.py index 6883123..fab860b 100644 --- a/Lib/idlelib/idle_test/test_configdialog.py +++ b/Lib/idlelib/idle_test/test_configdialog.py @@ -25,6 +25,7 @@ class ConfigDialogTest(unittest.TestCase): def test_dialog(self): d=ConfigDialog(self.root, 'Test', _utest=True) + d.remove_var_callbacks() d.destroy() |
