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

Guido van Rossum guido@python.org
Tue, 29 Apr 2003 06:36:12 -0400


> [Greg Ewing]
> > How about os.walkdir (by analogy with os.listdir).

[Tim]
> I'm -0 on bothering to change the name, but, if we have to, I'm +1 on
> walkdir (for the reason Greg gives there).

I'm -1 om changing the name.  os.walk() it is.

Short-n-sweet,

--Guido van Rossum (home page: http://www.python.org/~guido/)