| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…ythonGH-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()`. (cherry picked from commit 7ff61f5) Co-authored-by: Barney Gale <barney.gale@gmail.com>
| Back | FazBrowse Home | New Git URL |
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().
(cherry picked from commit 7ff61f5)
Co-authored-by: Barney Gale barney.gale@gmail.com