[New-bugs-announce] [issue12191] Shutil - add chown() in order to allow to use user and group name (and not only uid/gid)
Sandro Tosi
report at bugs.python.org
Thu May 26 22:14:10 CEST 2011
New submission from Sandro Tosi <sandro.tosi at gmail.com>:
Hi, following up the discussion on http://mail.python.org/pipermail/python-dev/2011-May/111642.html here'a patch to introduce shutil.chown() along with doc, tests and a change in os doc to link to the new function (I also took the occasion to rewrap os.chown() doc text). As of now only the one-file function is implemented, let's see at a later time what's about for a recursive one.
The patch was prepared against default, but it probably makes sense to backport it to 2.7?
Any comment/suggestion is welcome!
----------
assignee: sandro.tosi
components: Library (Lib)
files: shutil_chown-default.patch
keywords: patch
messages: 137004
nosy: sandro.tosi
priority: low
severity: normal
stage: patch review
status: open
title: Shutil - add chown() in order to allow to use user and group name (and not only uid/gid)
type: feature request
Added file: http://bugs.python.org/file22132/shutil_chown-default.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12191>
_______________________________________
More information about the New-bugs-announce
mailing list