summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle_test/test_grep.py
Commit message (Collapse)AuthorAgeFilesLines
* #18151, part 2: Silence debug build resource warning for each file opened byTerry Jan Reedy2013-06-221-0/+80
'Find in files' by replacing 'open with implicit close' by 'with open' in GrepDialog method grep_it. Streamline code with enumerate(), direct file iteration, and output tweak. Add test for this method, including output format.