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 rmast
Recipients andrei.avk, eryksun, jack__d, kamilturek, paul.moore, rmast, steve.dower, tim.golden, zach.ware
Date 2021-08-18.00:43:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629247400.68.0.614198608055.issue33140@roundup.psfhosted.org>
In-reply-to
Content
If this function were to be implemented on Windows would the preferred  approach be the one described in the initial message for this issue of creating a Windows `os.set_owner` function that uses the appropriate Windows API calls to change owner/group settings, and then using that for Windows in the `shutil.chown` function?
History
Date User Action Args
2021-08-18 00:43:20rmastsetrecipients: + rmast, paul.moore, tim.golden, zach.ware, eryksun, steve.dower, andrei.avk, kamilturek, jack__d
2021-08-18 00:43:20rmastsetmessageid: <1629247400.68.0.614198608055.issue33140@roundup.psfhosted.org>
2021-08-18 00:43:20rmastlinkissue33140 messages
2021-08-18 00:43:20rmastcreate