diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2024-05-29 21:24:42 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-29 21:24:42 (GMT) |
commit | a7aa7c41ebfce5bf537c939c8dfc0605adcfabd8 (patch) | |
tree | f6f7e0f071f1e5009eff88c0776dd89cc2975c42 /Python/symtable.c | |
parent | 061abf8e4c1a0a920067aa73b0e41f40c89e340b (diff) | |
download | cpython-a7aa7c41ebfce5bf537c939c8dfc0605adcfabd8.zip cpython-a7aa7c41ebfce5bf537c939c8dfc0605adcfabd8.tar.gz cpython-a7aa7c41ebfce5bf537c939c8dfc0605adcfabd8.tar.bz2 |
[3.13] GH-119169: Implement `pathlib.Path.walk()` using `os.walk()` (GH-119573) (#119750)
GH-119169: Implement `pathlib.Path.walk()` using `os.walk()` (GH-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 7ff61f51b6f75315291419269295a8ac3933397b)
Co-authored-by: Barney Gale <barney.gale@gmail.com>
Diffstat (limited to 'Python/symtable.c')
0 files changed, 0 insertions, 0 deletions