summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2014-06-04 00:57:15 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2014-06-04 00:57:15 (GMT)
commit24330ffb4d9c773b3c5323d4c55b9e2d7bd8b5d0 (patch)
tree10f2e6caf2239387ead15fb482b1689f8c52fa18 /Misc
parent17f3663497116316116fa560ce59f842cee4e473 (diff)
parente3fcfc240d834083ebe05b6ca2faae5988b8477e (diff)
downloadcpython-24330ffb4d9c773b3c5323d4c55b9e2d7bd8b5d0.zip
cpython-24330ffb4d9c773b3c5323d4c55b9e2d7bd8b5d0.tar.gz
cpython-24330ffb4d9c773b3c5323d4c55b9e2d7bd8b5d0.tar.bz2
Merge with 3.4
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 24f5e52..e44af48 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -450,6 +450,11 @@ Extension Modules
IDLE
----
+- Issue #18409: Add unittest for AutoComplete. Patch by Phil Webster.
+
+- Issue #21477: htest.py - Improve framework, complete set of tests.
+ Patches by Saimadhav Heblikar
+
- Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin
consolidating and improving human-validated tests of Idle. Change other files
as needed to work with htest. Running the module as __main__ runs all tests.