[issue12191] Add shutil.chown to allow to use user and group name (and not only uid/gid)

Sandro Tosi report at bugs.python.org
Mon Aug 8 18:26:44 CEST 2011


Sandro Tosi <sandro.tosi at gmail.com> added the comment:

after a review from Ezio (thanks!) we've come out with this updated patch; main changes are in the test suite, where now it's checked that chown() succeed. about !r/!a I've left !r; and changed the 2 ValueError in LookupError (the first, in case no arguments are passed, it's still there).

----------
Added file: http://bugs.python.org/file22864/shutil_chown-default-v6.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12191>
_______________________________________


More information about the Python-bugs-list mailing list