[issue13033] recursive chown for shutils

2011-09-23 Thread Low Kian Seong
New submission from Low Kian Seong : Currently shutils chown still can't do a recursive chown. It would be nice to have this instead of having to do the looping dance we put our selves through each time we need recursion. Ruby's FileUtils already have this. -- components: Library (Lib)

[issue13033] recursive chown for shutils

2011-09-23 Thread Eric V. Smith
Eric V. Smith added the comment: See also issue 12191, where there was a brief discussion of this. -- nosy: +eric.smith ___ Python tracker ___ __