]> granicus.if.org Git - python/commit
bpo-31206: IDLE: Factor HighPage class from ConfigDialog (#3160)
authorCheryl Sabella <cheryl.sabella@gmail.com>
Sun, 20 Aug 2017 12:07:22 +0000 (08:07 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sun, 20 Aug 2017 12:07:22 +0000 (08:07 -0400)
commit4bfebc63012f0f4e00f6a98c3d96e1c0ebe93408
tree9f429c1ba793466c6cb3588b3b724d671ac3a7f0
parent8f7a798edbdbca9a400105e3225463e59b334666
bpo-31206: IDLE: Factor HighPage class from ConfigDialog (#3160)

Part 3 of 3.  Remove old highlight functions and load_config as this functionality is now contained within classes. Patch by Cheryl Sabella.
Lib/idlelib/configdialog.py