[Python-Dev] Re: os.path.walk() lacks 'depth first' option (original) (raw)
Raymond Hettinger python@rcn.com
Thu, 24 Apr 2003 13:04:57 -0400
- Previous message: [Python-Dev] Re: os.path.walk() lacks 'depth first' option
- Next message: [Python-Dev] Re: os.path.walk() lacks 'depth first' option
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> I'm +2 on putting this in immediately and deprecating os.path.walk().
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.
Double check on SF. Someone had posted a patch for this and Martin v. L�wis had some reasons for rejecting it or something else that should have been done at the same time.
Raymond Hettinger
################################################################# ################################################################# ################################################################# ##### ##### ##### ################################################################# ################################################################# #################################################################
- Previous message: [Python-Dev] Re: os.path.walk() lacks 'depth first' option
- Next message: [Python-Dev] Re: os.path.walk() lacks 'depth first' option
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]