]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127541: Update os.walk example (GH-127765)
authorTotosuki <116938397+totosuki@users.noreply.github.com>
Sat, 29 Mar 2025 06:25:13 +0000 (15:25 +0900)
committerGitHub <noreply@github.com>
Sat, 29 Mar 2025 06:25:13 +0000 (23:25 -0700)
commita5949986d631391d37b1b329ad8badcf2000f9a9
treee5c3376015edbf92dd60eab8eb4b956000b4287c
parent9c1e85fd64cf6a85f7c96390d7b2dfad03a76944
gh-127541: Update os.walk example (GH-127765)

Update os.walk example to be more modern, skip `__pycache__` dirs rather than `CVS` dirs.

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Doc/library/os.rst
Lib/os.py