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 eryksun
Recipients andrei.avk, eryksun, jack__d, kamilturek, paul.moore, rmast, steve.dower, tim.golden, zach.ware
Date 2021-08-18.02:34:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629254097.25.0.630857253524.issue33140@roundup.psfhosted.org>
In-reply-to
Content
> 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?

I'd gladly help with implementing os.set_owner(), as a separate issue. But I've changed my mind about supporting more POSIX functions in Windows. I'd prefer to see more Windows-only functionality added, as well as simplified cross-platform support that's not based on and biased by POSIX.
History
Date User Action Args
2021-08-18 02:34:57eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, andrei.avk, kamilturek, jack__d, rmast
2021-08-18 02:34:57eryksunsetmessageid: <1629254097.25.0.630857253524.issue33140@roundup.psfhosted.org>
2021-08-18 02:34:57eryksunlinkissue33140 messages
2021-08-18 02:34:57eryksuncreate