X Tutup
The Wayback Machine - https://web.archive.org/web/20260305060435/https://github.com/python/cpython/pull/120968
Skip to content

[3.12] GH-119054: Add "Permissions and ownership" section to pathlib docs. (GH-120505)#120968

Merged
barneygale merged 1 commit intopython:3.12from
barneygale:backport-e4a97a7-3.12
Jun 24, 2024
Merged

[3.12] GH-119054: Add "Permissions and ownership" section to pathlib docs. (GH-120505)#120968
barneygale merged 1 commit intopython:3.12from
barneygale:backport-e4a97a7-3.12

Conversation

@barneygale
Copy link
Contributor

@barneygale barneygale commented Jun 24, 2024

Add dedicated subsection for pathlib.owner(), group(), chmod() and lchmod().

(cherry picked from commit e4a97a7)


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

…thlib docs. (pythonGH-120505)

Add dedicated subsection for `pathlib.owner()`, `group()`, `chmod()` and
`lchmod()`.

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>.
(cherry picked from commit e4a97a7)

Co-authored-by: Barney Gale <barney.gale@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news topic-pathlib

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

X Tutup