[Python-Dev] Re: os.path.walk() lacks 'depth first' option

Tim Peters tim_one@email.msn.com
Fri, 25 Apr 2003 03:12:47 -0400


[Guido]
> Agreed.  How about naming it os.walk()?  I think it's not OS specific
> -- all the OS specific stuff is part of os.path.  So we only need one
> implementation.

I've checked this in, modified to treat symlinks the same way os.path.walk()
treated them, and with docs and test cases.  It wasn't my intent to cut off
people who want fancier stuff, but available time is finite, and at least
now they can demonstrate their sincerity by supplying code, doc, and test
suite patches <wink>.