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

note, that there are many other usecases for that function, like chattr, chmod 
g+w, touch and so on.

But I'm personally consider this will bloat python library, since everyone can 
write it's own cycle over os.walk() in his program.

Also, chown itself is allowed only for superuser (although chgrp is allowed in 
some cases to generic user), so this is very rare usecase, as I think.

----------

_______________________________________
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