]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:30:18 +0000 (19:30 +0200)
committerGitHub <noreply@github.com>
Wed, 1 Jul 2026 17:30:18 +0000 (17:30 +0000)
commitc8c32e2424e84e9bdd30d6353e8ab08f9e8149e8
tree155da1a957fc0b5480e50b02d5f88b614ad7514b
parent86b15cd320b3d1946ab9ad0c076f89c4f924195a
[3.13] gh-80504: Always show the full search path in IDLE Find in Files (GH-152740) (#152812)

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]