]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-103363: Add follow_symlinks argument to `pathlib.Path.owner()` and `group()` ...
authorKamil Turek <kamil.turek@hotmail.com>
Mon, 4 Dec 2023 19:42:01 +0000 (20:42 +0100)
committerGitHub <noreply@github.com>
Mon, 4 Dec 2023 19:42:01 +0000 (19:42 +0000)
commita1551b48eebb4a68fda031b5ee9e5cbde8d924dd
tree070429ab77861787a01bd43f6de48d3b4789361d
parent2ed20d3bd84fdcf511235cc473a241c5e8278a91
gh-103363: Add follow_symlinks argument to `pathlib.Path.owner()` and `group()` (#107962)
Doc/library/pathlib.rst
Doc/whatsnew/3.13.rst
Lib/pathlib.py
Lib/test/test_pathlib.py
Misc/NEWS.d/next/Library/2023-08-14-21-10-52.gh-issue-103363.u64_QI.rst [new file with mode: 0644]