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 sandro.tosi
Recipients sandro.tosi
Date 2011-05-26.20:14:09
SpamBayes Score 0.0002823012
Marked as misclassified No
Message-id <1306440850.45.0.221932335134.issue12191@psf.upfronthosting.co.za>
In-reply-to
Content
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!
History
Date User Action Args
2011-05-26 20:14:10sandro.tosisetrecipients: + sandro.tosi
2011-05-26 20:14:10sandro.tosisetmessageid: <1306440850.45.0.221932335134.issue12191@psf.upfronthosting.co.za>
2011-05-26 20:14:09sandro.tosilinkissue12191 messages
2011-05-26 20:14:09sandro.tosicreate