summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/NEWS.txt
diff options
context:
space:
mode:
authorCheryl Sabella <cheryl.sabella@gmail.com>2020-01-27 22:15:56 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2020-01-27 22:15:56 (GMT)
commitdd023ad1619b6f1ab313986e8953eea32c18f50c (patch)
tree36889888b43e651314f5480d93a28653628eec03 /Lib/idlelib/NEWS.txt
parent2528a6c3d0660c03ae43d796628462ccf8e58190 (diff)
downloadcpython-dd023ad1619b6f1ab313986e8953eea32c18f50c.zip
cpython-dd023ad1619b6f1ab313986e8953eea32c18f50c.tar.gz
cpython-dd023ad1619b6f1ab313986e8953eea32c18f50c.tar.bz2
bpo-30780: Add IDLE configdialog tests (#3592)
Expose dialog buttons to test code and complete their test coverage. Complete test coverage for highlights and keys tabs. Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r--Lib/idlelib/NEWS.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index eda7c27..2b54398 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -3,6 +3,9 @@ Released on 2020-10-05?
======================================
+bpo-30780: Add remaining configdialog tests for buttons and
+highlights and keys tabs.
+
bpo-39388: Settings dialog Cancel button cancels pending changes.
bpo-39050: Settings dialog Help button again displays help text.