]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39388: IDLE: Fix bug when cancelling out of configdialog (GH-18068)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 25 Jan 2020 09:18:28 +0000 (01:18 -0800)
committerGitHub <noreply@github.com>
Sat, 25 Jan 2020 09:18:28 +0000 (01:18 -0800)
commitfd9ce2b924263c1f5c5a2f3f3095fe6ae97c1432
tree9c7fdc3a44d0c9be413b3d2f68f50384b4e2afad
parent1a274359283d3d1f4f60dd527843f72e0368caf3
bpo-39388: IDLE: Fix bug when cancelling out of configdialog (GH-18068)

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

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
Lib/idlelib/NEWS.txt
Lib/idlelib/configdialog.py
Lib/idlelib/idle_test/test_configdialog.py
Misc/NEWS.d/next/IDLE/2020-01-25-02-26-45.bpo-39388.x4TQNh.rst [new file with mode: 0644]