Alex Waygood <alex.wayg...@gmail.com> added the comment:
I suppose it might also be worth considering moving `owner()` and `group()` to PosixPath. In practice, these unconditionally raise NotImplementedError on Windows, since the pwd and grp modules are not available on Windows. So, in an ideal world, they probably wouldn't exist on the common base class. Again, though, that needs to be weighed against backwards-compatibility considerations. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue46733> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com