mirror of
https://github.com/python/cpython.git
synced 2026-06-25 20:36:12 -04:00
6f07016bf0
Remove `ReadablePath.rglob()` from the private pathlib ABCs. This method is a trivial wrapper around `glob()` and easily replaced.