◐ Shell
clean mode source ↗

GH-64978: Add `pathlib.Path.chown()` by barneygale · Pull Request #104183 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@barneygale

@barneygale barneygale commented

May 4, 2023

edited by github-actions Bot

Loading

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

edgarrmondragon


.. availability:: Unix.

.. versionadded:: 3.12

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 😅

.. versionadded:: 3.12
.. versionadded:: 3.13

@barneygale

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)

Labels