summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorCheryl Sabella <cheryl.sabella@gmail.com>2017-08-15 01:21:43 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2017-08-15 01:21:43 (GMT)
commit2f8964634918bdf09107c49a2d5ca62460091e54 (patch)
tree05f1dc4b94335a893143195b8f29ce0d7fc5c3f6 /Misc
parentf978405b3f092e4005b92ba1dbaab15f609b3bb0 (diff)
downloadcpython-2f8964634918bdf09107c49a2d5ca62460091e54.zip
cpython-2f8964634918bdf09107c49a2d5ca62460091e54.tar.gz
cpython-2f8964634918bdf09107c49a2d5ca62460091e54.tar.bz2
bpo-31002: IDLE: Add tests for configdialog keys tab (#2996)
Patch by Cheryl Sabella.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/IDLE/2017-08-03-17-54-02.bpo-31002.kUSgTE.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2017-08-03-17-54-02.bpo-31002.kUSgTE.rst b/Misc/NEWS.d/next/IDLE/2017-08-03-17-54-02.bpo-31002.kUSgTE.rst
new file mode 100644
index 0000000..1708be7
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2017-08-03-17-54-02.bpo-31002.kUSgTE.rst
@@ -0,0 +1 @@
+Add tests for configdialog keys tab. Patch by Cheryl Sabella.