Skip to content

gh-64978: Add chown() to pathlib.Path#31212

Closed
y0urself wants to merge 7 commits intopython:mainfrom
y0urself:fix-issue-20779
Closed

gh-64978: Add chown() to pathlib.Path#31212
y0urself wants to merge 7 commits intopython:mainfrom
y0urself:fix-issue-20779

Conversation

@y0urself
Copy link

@y0urself y0urself commented Feb 8, 2022

This PR adds chown() and lchown() to the pathlib library.

As for chmod and other existing functions, this is achieved by using os.chown() within the new functions.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.