]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40468: Factor out class ExtPage in idlelib.configdialog (GH-26618)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 9 Jun 2021 02:11:26 +0000 (19:11 -0700)
committerGitHub <noreply@github.com>
Wed, 9 Jun 2021 02:11:26 +0000 (19:11 -0700)
commit33a7a24288988134e89200a33802af56a2dee31e
tree4f9c1665bc072ea0f17b1d486c65b8d7fc31a797
parentc0496093e54edb78d2bd09b083b73e1e5b9e7242
bpo-40468: Factor out class ExtPage in idlelib.configdialog (GH-26618)

(cherry picked from commit 5571cabf1b3385087aba2c7c10289bba77494e08)

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