[New-bugs-announce] [issue18108] shutil.chown should support dir_fd and follow_symlinks keyword arguments

Colin Watson report at bugs.python.org
Fri May 31 15:09:57 CEST 2013


New submission from Colin Watson:

Python 3.3 added the dir_fd and follow_symlinks keyword arguments to os.chown; it also added the shutil.chown function.  Unfortunately the latter, while useful, does not support these new keyword arguments.  It would be helpful if it did.

----------
components: Library (Lib)
messages: 190404
nosy: cjwatson
priority: normal
severity: normal
status: open
title: shutil.chown should support dir_fd and follow_symlinks keyword arguments
versions: Python 3.3

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


More information about the New-bugs-announce mailing list