]> granicus.if.org Git - python/commit
bpo-31206: IDLE: Factor HighPage class from ConfigDialog (#3141)
authorCheryl Sabella <cheryl.sabella@gmail.com>
Fri, 18 Aug 2017 22:34:55 +0000 (18:34 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Fri, 18 Aug 2017 22:34:55 +0000 (18:34 -0400)
commita32e40561a24de373d1c5a437a8aa329758ba8e4
tree455a6a6f8751aa5bb753adfecef31df0dd3cea09
parenta7719e27b3cad0f2b86cb932a76cbe55c541b02e
bpo-31206: IDLE: Factor HighPage class from ConfigDialog (#3141)

This is the first half of a patch similar to the one for for bpo-31205.  It is being split into 2 PRs to avoid what happened with PR-3096 -- an incomprehensible diff that could not be cleanly backported to 3.6.  This half copies several methods of ConfigDialog and turns them into a new class.
Lib/idlelib/configdialog.py
Misc/NEWS.d/next/IDLE/2017-08-18-14-13-42.bpo-31206.F1-tKK.rst [new file with mode: 0644]