]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-23205: IDLE: Add tests and refactor grep's findfiles (GH-12203)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 23 Mar 2019 12:21:46 +0000 (05:21 -0700)
committerGitHub <noreply@github.com>
Sat, 23 Mar 2019 12:21:46 +0000 (05:21 -0700)
commit5ab665005b7f8a21c133208f140389e3bb1a3294
tree5825f2051dea82187cbcb0e6115b87f989b73b53
parent00986ec5530f004fca2c2675a822c73f06283bdf
bpo-23205: IDLE: Add tests and refactor grep's findfiles (GH-12203)

* Add tests for grep findfiles.
* Move findfiles to module function.
* Change findfiles to use os.walk.

Based on a patch by Al Sweigart.
(cherry picked from commit d60f658fc0278f3fcdadec8ddcab35b8ae03e1d1)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
Lib/idlelib/grep.py
Lib/idlelib/idle_test/test_grep.py
Misc/NEWS.d/next/IDLE/2019-03-06-14-47-57.bpo-23205.Vv0gfH.rst [new file with mode: 0644]