summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2014-06-05 07:38:34 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2014-06-05 07:38:34 (GMT)
commit537e2c863228b4b5651be24ff8aab1a3e9ecdb59 (patch)
tree2cbcb8e6e2d9c25dc27df10a8862fe1bc95bfd1d /Misc
parent0d3e4b4e1a2ea149d987efe1179ef16c7760101d (diff)
downloadcpython-537e2c863228b4b5651be24ff8aab1a3e9ecdb59.zip
cpython-537e2c863228b4b5651be24ff8aab1a3e9ecdb59.tar.gz
cpython-537e2c863228b4b5651be24ff8aab1a3e9ecdb59.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 ce38195..912bf3d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -66,6 +66,8 @@ Build
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.