]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35675: IDLE - separate config_key window and frame (#11427)
authorCheryl Sabella <cheryl.sabella@gmail.com>
Fri, 30 Sep 2022 16:44:44 +0000 (12:44 -0400)
committerGitHub <noreply@github.com>
Fri, 30 Sep 2022 16:44:44 +0000 (12:44 -0400)
commit1cc308d03c1b44a0885a3c5f07d0786b49ea711d
treed1adc721ed2df84797f91439d197252b7539a600
parent9f2f1dd131b912e224cd0269adde8879799686c4
bpo-35675: IDLE  - separate config_key window and frame (#11427)

bpo-35598: IDLE: Refactor window and frame class

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/config_key.py
Lib/idlelib/configdialog.py
Lib/idlelib/idle_test/test_config_key.py
Lib/idlelib/idle_test/test_configdialog.py