Марк Коренберг added the comment:

Instead, it may be desirable to implement wrapper over ow.walk() that apply 
given function to every member.

i.e.:

recursive_apply('/some/dir', lambda x: os.chown(x, 42, 42))

----------
nosy: +mmarkk

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13033>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to