This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author AlexWaygood
Recipients AlexWaygood, barneygale
Date 2022-02-12.20:28:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644697690.26.0.43084223831.issue46733@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2022-02-12 20:28:10AlexWaygoodsetrecipients: + AlexWaygood, barneygale
2022-02-12 20:28:10AlexWaygoodsetmessageid: <1644697690.26.0.43084223831.issue46733@roundup.psfhosted.org>
2022-02-12 20:28:10AlexWaygoodlinkissue46733 messages
2022-02-12 20:28:10AlexWaygoodcreate