diff options
author | Cheryl Sabella <cheryl.sabella@gmail.com> | 2017-08-18 00:39:00 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2017-08-18 00:39:00 (GMT) |
commit | 82aff62462e65077a6614b466c986f93a601c33d (patch) | |
tree | 438138943141b04ada25a2eec859f54fbdd5e43c /Misc | |
parent | f6ebd838f00b4c211c72d85ee49749e910cd3afe (diff) | |
download | cpython-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.rst | 1 |
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. |