]> 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:08:36 +0000 (10:08 -0700)
committerGitHub <noreply@github.com>
Fri, 30 Sep 2022 17:08:36 +0000 (10:08 -0700)
commitab2f1a615299b42a6dd7180519b7a35ba6dd4e6d
tree89d822ecb4b5cd1b1571fe0e90767959a55d07c8
parent6537bc9a49d31a3dc7f5df1284285bafdd0f56ef
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