Skip to content

GH-64978: Add pathlib.Path.chown() - #104183

Closed
barneygale wants to merge 5 commits into
python:mainfrom
barneygale:gh-64978-add-pathlib-path-chown
Closed

GH-64978: Add pathlib.Path.chown()#104183
barneygale wants to merge 5 commits into
python:mainfrom
barneygale:gh-64978-add-pathlib-path-chown

Conversation

@barneygale

@barneygalebarneygale commented May 4, 2023

Copy link
Copy Markdown
Contributor

Move implementation from shutil.chown(). This function now calls through to pathlib.


📚 Documentation preview 📚: https://cpython-previews--104183.org.readthedocs.build/

Move implementation from `shutil.chown()`. This function now calls through
to pathlib.

.. availability:: Unix.

.. versionadded:: 3.12

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess 3.12's already shipped 😅

Suggested change
.. versionadded:: 3.12
.. versionadded:: 3.13

@barneygale

Copy link
Copy Markdown
ContributorAuthor

Withdrawing this PR - it's out of date, and I'd like to keep the Path API stable until PathBase is made public (see #110109)

Sign up for freeto 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.

3 participants

@barneygale@edgarrmondragon@bedevere-bot