]> granicus.if.org Git - python/commit
bpo-31060: IDLE: Finish regrouping ConfigDialog methods (#2908)
authorTerry Jan Reedy <tjreedy@udel.edu>
Thu, 27 Jul 2017 22:28:01 +0000 (18:28 -0400)
committerGitHub <noreply@github.com>
Thu, 27 Jul 2017 22:28:01 +0000 (18:28 -0400)
commitb1660800f4f519dbfab9e5a4ad3eae1cfabab3ed
treee16e97401bf801c066a8b82b80f25a1413d95b57
parent12953ffe12ac781332b384c36b25d12216b1db62
bpo-31060: IDLE: Finish regrouping ConfigDialog methods (#2908)

Finish resorting the 72 ConfigDialog methods into 7 groups that represent the dialog, action buttons, and font, highlight, keys, general, and extension pages.  This will help with continuing to add tests and improve the pages. It will enable splitting ConfigDialog into 6 or 7 more comprehensible classes.
Lib/idlelib/configdialog.py
Misc/NEWS.d/next/IDLE/2017-07-27-14-48-42.bpo-31060.GdY_VY.rst [new file with mode: 0644]