commit | 562495ab6150eb2eae346dcc9f06f3d5173d9a3a | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Thu Jun 05 03:38:28 2014 -0400 |
committer | Terry Jan Reedy <tjreedy@udel.edu> | Thu Jun 05 03:38:28 2014 -0400 |
tree | 5d8e3f177bbb37c5386f8ae465aecb0066f29416 | |
parent | 6e66cb03b7b8ee12d95f66175fe8061cdb188fa4 [diff] [blame] |
Issue #18910: Add unittest for textView. Patch by Phil Webster.
diff --git a/Misc/NEWS b/Misc/NEWS index 8884339..0c526df 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -46,6 +46,8 @@ 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.