]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-92550: Fix pathlib.Path.rglob() for empty pattern (GH-92604)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 11 May 2022 04:43:04 +0000 (07:43 +0300)
committerGitHub <noreply@github.com>
Wed, 11 May 2022 04:43:04 +0000 (07:43 +0300)
commit87f849c775ca54f56ad60ebf96822b93bbd0029a
tree15e036079c45481703a0fbc0b61fdd259fdf1da4
parentb1c4368824e5c2e4d4d5875f9c5f7a9c5a0d2ce2
gh-92550: Fix pathlib.Path.rglob() for empty pattern (GH-92604)
Lib/pathlib.py
Lib/test/test_pathlib.py
Misc/NEWS.d/next/Library/2022-05-10-07-57-27.gh-issue-92550.Rk_UzM.rst [new file with mode: 0644]