commit | de3beb2617bd9bf56326502ea5964ca809bce017 | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Sat Jun 22 18:26:51 2013 -0400 |
committer | Terry Jan Reedy <tjreedy@udel.edu> | Sat Jun 22 18:26:51 2013 -0400 |
tree | 608f0c535e561dadec602d44a7a24dcf4909acd6 | |
parent | 9290dd14b02508a667165d2e98f3f99aad61764e [diff] |
#18151, part 2: Silence debug build resource warning for each file opened by '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.