mirror of
https://github.com/python/cpython.git
synced 2024-12-25 09:44:37 +08:00
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.
This commit is contained in:
parent
12953ffe12
commit
b1660800f4
File diff suppressed because it is too large
Load Diff
@ -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.
|
Loading…
Reference in New Issue
Block a user