diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2014-06-05 07:38:28 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2014-06-05 07:38:28 (GMT) |
commit | 562495ab6150eb2eae346dcc9f06f3d5173d9a3a (patch) | |
tree | 5d8e3f177bbb37c5386f8ae465aecb0066f29416 /Misc | |
parent | 6e66cb03b7b8ee12d95f66175fe8061cdb188fa4 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |