]> granicus.if.org Git - python/commit
bpo-30779: IDLE: fix changes.delete_section calls in configdialog (#2667)
authorcsabella <cheryl.sabella@gmail.com>
Tue, 11 Jul 2017 23:09:44 +0000 (19:09 -0400)
committerterryjreedy <tjreedy@udel.edu>
Tue, 11 Jul 2017 23:09:44 +0000 (19:09 -0400)
commit6d13b22e3ab262c6b1f068259aebd705e7da316c
tree2ddd14edce94edafbd2f8b2d850f2b07b9980000
parentf52325598e7a9683787d76a42009fc16790a0089
bpo-30779: IDLE: fix changes.delete_section calls in configdialog (#2667)

Also improve test of config.ConfigChanges.delete_section.
Original patch by Cheryl Sabella.
Lib/idlelib/config.py
Lib/idlelib/configdialog.py
Lib/idlelib/idle_test/test_config.py