summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2014-06-05 07:38:28 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2014-06-05 07:38:28 (GMT)
commit562495ab6150eb2eae346dcc9f06f3d5173d9a3a (patch)
tree5d8e3f177bbb37c5386f8ae465aecb0066f29416 /Misc
parent6e66cb03b7b8ee12d95f66175fe8061cdb188fa4 (diff)
downloadcpython-562495ab6150eb2eae346dcc9f06f3d5173d9a3a.zip
cpython-562495ab6150eb2eae346dcc9f06f3d5173d9a3a.tar.gz
cpython-562495ab6150eb2eae346dcc9f06f3d5173d9a3a.tar.bz2
Issue #18910: Add unittest for textView. Patch by Phil Webster.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8884339..0c526df 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -46,6 +46,8 @@ Library
IDLE
----
+- Issue #18910: Add unittest for textView. Patch by Phil Webster.
+
- Issue #18292: Add unittest for AutoExpand. Patch by Saihadhav Heblikar.
- Issue #18409: Add unittest for AutoComplete. Patch by Phil Webster.