summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorCheryl Sabella <cheryl.sabella@gmail.com>2017-08-18 00:39:00 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2017-08-18 00:39:00 (GMT)
commit82aff62462e65077a6614b466c986f93a601c33d (patch)
tree438138943141b04ada25a2eec859f54fbdd5e43c /Misc
parentf6ebd838f00b4c211c72d85ee49749e910cd3afe (diff)
downloadcpython-82aff62462e65077a6614b466c986f93a601c33d.zip
cpython-82aff62462e65077a6614b466c986f93a601c33d.tar.gz
cpython-82aff62462e65077a6614b466c986f93a601c33d.tar.bz2
bpo-31001: IDLE: Add tests for configdialog highlight tab (#3123)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/IDLE/2017-08-17-15-00-20.bpo-31001.KLxYHC.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2017-08-17-15-00-20.bpo-31001.KLxYHC.rst b/Misc/NEWS.d/next/IDLE/2017-08-17-15-00-20.bpo-31001.KLxYHC.rst
new file mode 100644
index 0000000..5e1eeee
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2017-08-17-15-00-20.bpo-31001.KLxYHC.rst
@@ -0,0 +1 @@
+Add tests for configdialog highlight tab. Patch by Cheryl Sabella.