Message 147059 - Python tracker
> 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.