summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2022-05-11 04:43:04 (GMT)
committerGitHub <noreply@github.com>2022-05-11 04:43:04 (GMT)
commit87f849c775ca54f56ad60ebf96822b93bbd0029a (patch)
tree15e036079c45481703a0fbc0b61fdd259fdf1da4 /Misc/NEWS.d/next/Library
parentb1c4368824e5c2e4d4d5875f9c5f7a9c5a0d2ce2 (diff)
downloadcpython-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.rst1
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.