Message147059
> 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. |
|
Date |
User |
Action |
Args |
2011-11-05 00:11:27 | pitrou | set | recipients:
+ pitrou, schmir, tarek, eric.araujo, mrts, neologix, teamnoir, rosslagerwall, petri.lehtinen, hynek |
2011-11-05 00:11:26 | pitrou | link | issue4489 messages |
2011-11-05 00:11:26 | pitrou | create | |
|