]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39906: Add follow_symlinks parameter to pathlib.Path.stat() and chmod() (GH-18864)
authorBarney Gale <barney.gale@gmail.com>
Wed, 7 Apr 2021 15:53:39 +0000 (16:53 +0100)
committerGitHub <noreply@github.com>
Wed, 7 Apr 2021 15:53:39 +0000 (16:53 +0100)
commitabf964942f97f6489360a75fd57b5e4f41c75f57
tree109be2453227ad4cae6204d1f364704527dc3af6
parent7a7ba3d343d360a03a34bc3901628f9f40a58307
bpo-39906: Add follow_symlinks parameter to pathlib.Path.stat() and chmod() (GH-18864)
Doc/library/pathlib.rst
Lib/pathlib.py
Lib/test/test_pathlib.py
Misc/NEWS.d/next/Library/2020-03-30-00-13-27.bpo-39906.eaR3fN.rst [new file with mode: 0644]