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 vajrasky
Recipients pitrou, vajrasky
Date 2014-02-28.07:48:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393573704.0.0.165147197669.issue20779@psf.upfronthosting.co.za>
In-reply-to
Content
Pragmatic reasons:

I use chown moderately often. Usually as root, I want to change the uid of the files after generating a bunch of files. But I almost never changed gid.

I am in two mind whether I should add lchown as well or not (just like lchmod) and make the signature of pathlib.chown same as os.chown (with third parameter, follow_symbolic_links).

If you close this as won't fix, I will not hold grudge against you, though. ;)
History
Date User Action Args
2014-02-28 07:48:24vajraskysetrecipients: + vajrasky, pitrou
2014-02-28 07:48:23vajraskysetmessageid: <1393573704.0.0.165147197669.issue20779@psf.upfronthosting.co.za>
2014-02-28 07:48:23vajraskylinkissue20779 messages
2014-02-28 07:48:23vajraskycreate