mirror of
https://github.com/python/cpython.git
synced 2026-05-10 06:31:43 -04:00
7ff61f51b6
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()`.