This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients eric.araujo, hynek, mrts, neologix, petri.lehtinen, pitrou, rosslagerwall, schmir, tarek, teamnoir
Date 2011-11-05.00:11:26
SpamBayes Score 0.005059788
Marked as misclassified No
Message-id <1320451618.3379.7.camel@localhost.localdomain>
In-reply-to <1320451110.41.0.475815409869.issue4489@psf.upfronthosting.co.za>
Content
> Finally, since writting a such code is tricky, what do you - all -
> think of making this a generic walker method that would take as
> argument the methods to call on a directory and on a file (or link),
> so that we could reuse it to write chmodtree(), chowntree() and
> friends?

Sounds good.
FYI, I have a pathlib experiment in
http://hg.python.org/features/pathlib/, with an optional openat-based
accessor.
History
Date User Action Args
2011-11-05 00:11:27pitrousetrecipients: + pitrou, schmir, tarek, eric.araujo, mrts, neologix, teamnoir, rosslagerwall, petri.lehtinen, hynek
2011-11-05 00:11:26pitroulinkissue4489 messages
2011-11-05 00:11:26pitroucreate