]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35675: IDLE - separate config_key window and frame (GH-11427)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 30 Sep 2022 17:27:14 +0000 (10:27 -0700)
committerGitHub <noreply@github.com>
Fri, 30 Sep 2022 17:27:14 +0000 (10:27 -0700)
commitb61a51a450f8115ec1f174a00f4e70237148e92b
treea458f00e4d77781c817389765fbc51d7cde485af
parent1dc1d5d59a761a24e844d34d9acb6ed6e4cc3a31
bpo-35675: IDLE  - separate config_key window and frame (GH-11427)

bpo-35598: IDLE: Refactor window and frame class

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
(cherry picked from commit 1cc308d03c1b44a0885a3c5f07d0786b49ea711d)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
Lib/idlelib/config_key.py
Lib/idlelib/configdialog.py
Lib/idlelib/idle_test/test_config_key.py
Lib/idlelib/idle_test/test_configdialog.py