]> granicus.if.org Git - python/commit
Issue #23605: os.walk() doesn't need to call entry.is_symlink() if followlinks
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 12 Mar 2015 08:12:48 +0000 (09:12 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 12 Mar 2015 08:12:48 +0000 (09:12 +0100)
commit411bf641d3b820aa5e55718d5c5770543fa32255
tree81032fcaa62c5d7b2d8a1000da92c3fbd4568350
parent91427733ea26a72a987d66db202ed4ddbb95805f
Issue #23605: os.walk() doesn't need to call entry.is_symlink() if followlinks
is True
Lib/os.py