summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2014-06-05 07:45:08 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2014-06-05 07:45:08 (GMT)
commit7497ec0fd0d559aa239fbe6657fb8437208437cf (patch)
tree5c64614712d93d6b999a00811ecd686f4ad86788 /Misc
parentbb0f3ee3869924727490111893b4c4f2e2a65db7 (diff)
parent537e2c863228b4b5651be24ff8aab1a3e9ecdb59 (diff)
downloadcpython-7497ec0fd0d559aa239fbe6657fb8437208437cf.zip
cpython-7497ec0fd0d559aa239fbe6657fb8437208437cf.tar.gz
cpython-7497ec0fd0d559aa239fbe6657fb8437208437cf.tar.bz2
Merge heads from 3.4.
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 28cb46e..ffc1727 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -450,6 +450,8 @@ Extension Modules
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.