Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed

Conversation

barneygale
Copy link
Contributor

@barneygale barneygale commented May 4, 2023

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
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
Contributor Author

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)

@barneygale barneygale closed this Nov 22, 2023
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.

3 participants