]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42053: Remove misleading check in os.fwalk() (GH-27669)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 8 Aug 2021 18:04:02 +0000 (21:04 +0300)
committerGitHub <noreply@github.com>
Sun, 8 Aug 2021 18:04:02 +0000 (21:04 +0300)
commit2b496e79293a8b80e8ba0e514e186b3b1467b64b
tree0d6f597a7a38fdd2df3857e230ac2b5062f39581
parent0eec6276fdcdde5221370d92b50ea95851760c72
bpo-42053: Remove misleading check in os.fwalk() (GH-27669)

os.fwalk() does not support integer as the first argument,
and never supported.
Lib/os.py