diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2022-05-11 04:43:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-11 04:43:04 (GMT) |
commit | 87f849c775ca54f56ad60ebf96822b93bbd0029a (patch) | |
tree | 15e036079c45481703a0fbc0b61fdd259fdf1da4 /Misc/NEWS.d/next/Library | |
parent | b1c4368824e5c2e4d4d5875f9c5f7a9c5a0d2ce2 (diff) | |
download | cpython-87f849c775ca54f56ad60ebf96822b93bbd0029a.zip cpython-87f849c775ca54f56ad60ebf96822b93bbd0029a.tar.gz cpython-87f849c775ca54f56ad60ebf96822b93bbd0029a.tar.bz2 |
gh-92550: Fix pathlib.Path.rglob() for empty pattern (GH-92604)
Diffstat (limited to 'Misc/NEWS.d/next/Library')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-05-10-07-57-27.gh-issue-92550.Rk_UzM.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-05-10-07-57-27.gh-issue-92550.Rk_UzM.rst b/Misc/NEWS.d/next/Library/2022-05-10-07-57-27.gh-issue-92550.Rk_UzM.rst new file mode 100644 index 0000000..1f0fde3 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-05-10-07-57-27.gh-issue-92550.Rk_UzM.rst @@ -0,0 +1 @@ +Fix :meth:`pathlib.Path.rglob` for empty pattern. |