]> granicus.if.org Git - python/commit
[3.6] bpo-30779: IDLE: fix changes.delete_section calls in configdialog (GH-2667...
authorterryjreedy <tjreedy@udel.edu>
Tue, 11 Jul 2017 23:50:10 +0000 (19:50 -0400)
committerGitHub <noreply@github.com>
Tue, 11 Jul 2017 23:50:10 +0000 (19:50 -0400)
commitc0179483f13be81910ed73889dcad92528e20ef2
tree256e73f5a012fa4fc8da24a01df698370a122a34
parent675c1adfe5c87573e81fb295ccad7b6cfa03a3ee
[3.6] bpo-30779: IDLE: fix changes.delete_section calls in configdialog (GH-2667) (#2674)

Also improve test of config.ConfigChanges.delete_section.
Original patch by Cheryl Sabella.
(cherry picked from commit 6d13b22)
Lib/idlelib/config.py
Lib/idlelib/configdialog.py
Lib/idlelib/idle_test/test_config.py