]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-127381: pathlib ABCs: remove `ReadablePath.rglob()` (#130207)
authorBarney Gale <barney.gale@gmail.com>
Mon, 17 Feb 2025 19:15:59 +0000 (19:15 +0000)
committerGitHub <noreply@github.com>
Mon, 17 Feb 2025 19:15:59 +0000 (19:15 +0000)
commit6f07016bf01366da5939c4029c91b7f37ddddd55
tree346eadb8b4061933ef041322769f1a61aec21899
parent7fcace99bbe1716c3e9713804e5bffaebdc8dd8f
GH-127381: pathlib ABCs: remove `ReadablePath.rglob()` (#130207)

Remove `ReadablePath.rglob()` from the private pathlib ABCs. This method is
a trivial wrapper around `glob()` and easily replaced.
Lib/pathlib/_abc.py
Lib/test/test_pathlib/test_pathlib.py
Lib/test/test_pathlib/test_pathlib_abc.py