◐ Shell
clean mode source ↗

bpo-31206: IDLE: Factor HighPage class from ConfigDialog by csabella · Pull Request #3141 · python/cpython

@csabella

terryjreedy

csabella added a commit to csabella/cpython that referenced this pull request

Aug 19, 2017
…nGH-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.
(cherry picked from commit a32e405)

terryjreedy pushed a commit that referenced this pull request

Aug 19, 2017
…) (#3154)

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.  Patch by Cheryl Sabella.
(cherry picked from commit a32e405)