]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-80504: Always show the full search path in IDLE Find in Files (#152740)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 1 Jul 2026 17:05:56 +0000 (20:05 +0300)
committerGitHub <noreply@github.com>
Wed, 1 Jul 2026 17:05:56 +0000 (13:05 -0400)
commitf21f338f1f88352d50362271a7f38c01745a65da
tree867051bbf5823994d0de96b28301d137b070267a
parent3f5491a09223f7371b4b4c92225e8dfdf1c989b7
gh-80504: Always show the full search path in IDLE Find in Files (#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.
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]