mirror of https://github.com/python/cpython
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()`. |
||
---|---|---|
.. | ||
__init__.py | ||
_abc.py | ||
_local.py |