summaryrefslogtreecommitdiffstats
path: root/Python/symtable.c
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-05-29 21:24:42 (GMT)
committerGitHub <noreply@github.com>2024-05-29 21:24:42 (GMT)
commita7aa7c41ebfce5bf537c939c8dfc0605adcfabd8 (patch)
treef6f7e0f071f1e5009eff88c0776dd89cc2975c42 /Python/symtable.c
parent061abf8e4c1a0a920067aa73b0e41f40c89e340b (diff)
downloadcpython-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