]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] 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:35:41 +0000 (19:35 +0200)
committerGitHub <noreply@github.com>
Wed, 1 Jul 2026 17:35:41 +0000 (17:35 +0000)
commitc86035cf88ffd3db6f815cafe347477da2912afd
treeb12a6bd778cdb87f0ef2c2b2ea29a11cc264af81
parent6aa89d98e3049fc67b10070fa84e5ef4bb4a01f5
[3.15] gh-80504: Always show the full search path in IDLE Find in Files (GH-152740) (#152810)

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]