[issue39901] `pathlib.Path.owner()` and `group()` use `pwd` and `grp` modules directly

Antoine Pitrou report at bugs.python.org
Fri Apr 17 12:41:13 EDT 2020


Antoine Pitrou <solipsis at pitrou.net> added the comment:


New changeset 22386bb4ef740ee92d34c87b8cb90d681423a853 by Barney Gale in branch 'master':
bpo-39901: Move `pathlib.Path.owner()` and `group()` implementations into the path accessor. (GH-18844)
https://github.com/python/cpython/commit/22386bb4ef740ee92d34c87b8cb90d681423a853


----------
nosy: +pitrou

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39901>
_______________________________________


More information about the Python-bugs-list mailing list