]> granicus.if.org Git - python/commit
bpo-31206: IDLE: Factor HighPage class from ConfigDialog (#3156)
authorCheryl Sabella <cheryl.sabella@gmail.com>
Sun, 20 Aug 2017 02:04:40 +0000 (22:04 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sun, 20 Aug 2017 02:04:40 +0000 (22:04 -0400)
commit8f7a798edbdbca9a400105e3225463e59b334666
treef28694f67584cdd6e4096fbee0de434ef8a5e925
parent3d284c081fc3042036adfe1bf2ce92c34d743b0b
bpo-31206: IDLE: Factor HighPage class from ConfigDialog (#3156)

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.
Lib/idlelib/configdialog.py
Lib/idlelib/idle_test/test_configdialog.py