This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cjwatson
Recipients cjwatson
Date 2013-05-31.13:09:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370005797.04.0.715885093574.issue18108@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-05-31 13:09:57cjwatsonsetrecipients: + cjwatson
2013-05-31 13:09:57cjwatsonsetmessageid: <1370005797.04.0.715885093574.issue18108@psf.upfronthosting.co.za>
2013-05-31 13:09:57cjwatsonlinkissue18108 messages
2013-05-31 13:09:56cjwatsoncreate