]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-80504: Always show the full search path in IDLE Find in Files (GH-152740...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 1 Jul 2026 17:33:30 +0000 (19:33 +0200)
committerGitHub <noreply@github.com>
Wed, 1 Jul 2026 17:33:30 +0000 (17:33 +0000)
commit5708818a0e8c0a9e02ad667ec9ddb53418ea5117
tree5b1cff8429e809a23401ae7676763eb9a27ca918
parentf128daae7ee161073d2ecca4da1c19552e0f2a4a
[3.14] gh-80504: Always show the full search path in IDLE Find in Files (GH-152740) (#152811)

gh-80504: Always show the full search path in IDLE Find in Files (GH-152740)

The "In files:" field of the Find in Files dialog now always contains a
full directory path, so the grep output shows which directory was searched.
(cherry picked from commit f21f338f1f88352d50362271a7f38c01745a65da)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/idlelib/grep.py
Lib/idlelib/idle_test/test_grep.py
Misc/NEWS.d/next/IDLE/2026-07-01-16-00-00.gh-issue-80504.gReP.rst [new file with mode: 0644]