]> granicus.if.org Git - python/commit
Remove some redundant logic from walk() -- there's no need to check
authorGuido van Rossum <guido@python.org>
Tue, 29 Feb 2000 13:31:16 +0000 (13:31 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 29 Feb 2000 13:31:16 +0000 (13:31 +0000)
commita9b2b4be26df7c3da8a20d1a5f4d2b796e455b4b
tree327caac0dcc5b5b1ad229866cbf16ecb6820f562
parent1b6d21bb3e931cffd30cfa9897405d282d4545e8
Remove some redundant logic from walk() -- there's no need to check
for "." and "..", since listdir() no longer returns those.
Lib/posixpath.py