]> granicus.if.org Git - python/commit
[3.6] bpo-31206: IDLE: Factor HighPage class from ConfigDialog (GH-3156) (#3159)
authorCheryl Sabella <cheryl.sabella@gmail.com>
Sun, 20 Aug 2017 12:03:05 +0000 (08:03 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sun, 20 Aug 2017 12:03:05 +0000 (08:03 -0400)
commit3d9c0d498de3245199ca95aba14ce260e7d33489
tree8a213d339d701780c127e3300eecfb4832b9a2b0
parent764e282158df0d7d6d7e0c72f38756c979a36539
[3.6] bpo-31206: IDLE: Factor HighPage class from ConfigDialog (GH-3156) (#3159)

Patch 2 of 3, to avoid horrendous diff.  Create highlights page from new HighPage class instead of old ConfigDialog methods and change tests to match. Patch by Cheryl Sabella.
(cherry picked from commit 8f7a798edbdbca9a400105e3225463e59b334666)
Lib/idlelib/configdialog.py
Lib/idlelib/idle_test/test_configdialog.py