summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2013-08-31 20:27:16 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2013-08-31 20:27:16 (GMT)
commit31e4d325b61ed756c6fe86a77528a90f4a765d6b (patch)
tree85b9eb50418bf2eabefc95a2539f071d64fbadd2 /Misc
parenta8392717f1ca5263fb0e942e7e64f9fdc8d115ef (diff)
downloadcpython-31e4d325b61ed756c6fe86a77528a90f4a765d6b.zip
cpython-31e4d325b61ed756c6fe86a77528a90f4a765d6b.tar.gz
cpython-31e4d325b61ed756c6fe86a77528a90f4a765d6b.tar.bz2
Issue #18489: Add complete, gui-free tests for idlelib.SearchEngine.
Patch import and initialization in SearchEngine to make testing easier. Improve docstrings, especially to clarify the double role of 'ok' parameters. Original 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 d859de1..8f2b66e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -275,6 +275,8 @@ C API
IDLE
----
+- Issue #18489: Add tests for SearchEngine. Original patch by Phil Webster.
+
- Issue #18429: Format / Format Paragraph, now works when comment blocks
are selected. As with text blocks, this works best when the selection
only includes complete lines.