cpython/Lib/test/test_pathlib
Barney Gale 6f07016bf0
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.
2025-02-17 19:15:59 +00:00
..
__init__.py
test_pathlib.py GH-127381: pathlib ABCs: remove ReadablePath.rglob() (#130207) 2025-02-17 19:15:59 +00:00
test_pathlib_abc.py GH-127381: pathlib ABCs: remove ReadablePath.rglob() (#130207) 2025-02-17 19:15:59 +00:00