diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2017-07-27 22:28:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-27 22:28:01 (GMT) |
commit | b1660800f4f519dbfab9e5a4ad3eae1cfabab3ed (patch) | |
tree | e16e97401bf801c066a8b82b80f25a1413d95b57 /Misc | |
parent | 12953ffe12ac781332b384c36b25d12216b1db62 (diff) | |
download | cpython-b1660800f4f519dbfab9e5a4ad3eae1cfabab3ed.zip cpython-b1660800f4f519dbfab9e5a4ad3eae1cfabab3ed.tar.gz cpython-b1660800f4f519dbfab9e5a4ad3eae1cfabab3ed.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2017-07-27-14-48-42.bpo-31060.GdY_VY.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2017-07-27-14-48-42.bpo-31060.GdY_VY.rst b/Misc/NEWS.d/next/IDLE/2017-07-27-14-48-42.bpo-31060.GdY_VY.rst new file mode 100644 index 0000000..1d202c7 --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2017-07-27-14-48-42.bpo-31060.GdY_VY.rst @@ -0,0 +1,3 @@ +IDLE - Finish rearranging methods of ConfigDialog Grouping methods +pertaining to each tab and the buttons will aid writing tests and improving +the tabs and will enable splitting the groups into classes. |