SIGN IN SIGN UP

GH-119169: Implement `pathlib.Path.walk()` using `os.walk()` (#119573)

For silly reasons, pathlib's generic implementation of `walk()` currently
resides in `glob._Globber`. This commit moves it into
`pathlib._abc.PathBase.walk()` where it really belongs, and makes
`pathlib.Path.walk()` call `os.walk()`.
B
Barney Gale committed
7ff61f51b6f75315291419269295a8ac3933397b
Parent: a150679
Committed by GitHub <noreply@github.com> on 5/29/2024, 8:51:04 PM