]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39901: Move `pathlib.Path.owner()` and `group()` implementations into the path...
authorBarney Gale <barney.gale@gmail.com>
Fri, 17 Apr 2020 16:41:07 +0000 (17:41 +0100)
committerGitHub <noreply@github.com>
Fri, 17 Apr 2020 16:41:07 +0000 (18:41 +0200)
commit22386bb4ef740ee92d34c87b8cb90d681423a853
tree60349bdbc02e6efa902b3a21fd63db74118646e7
parent06a35542aad15666cace307d841a95e33f3cbee6
bpo-39901: Move `pathlib.Path.owner()` and `group()` implementations into the path accessor. (GH-18844)
Lib/pathlib.py