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 barneygale
Recipients barneygale
Date 2020-03-08.09:26:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583659618.45.0.720570374465.issue39901@roundup.psfhosted.org>
In-reply-to
Content
The implementations of `Path.owner()` and `Path.group()` directly import and use the `pwd` and `grp` modules. Given these modules provide information about the *local* system, I believe these implementations should instead live in `pathlib._NormalAccessor` for consistency with other methods that do "impure" things.
History
Date User Action Args
2020-03-08 09:26:58barneygalesetrecipients: + barneygale
2020-03-08 09:26:58barneygalesetmessageid: <1583659618.45.0.720570374465.issue39901@roundup.psfhosted.org>
2020-03-08 09:26:58barneygalelinkissue39901 messages
2020-03-08 09:26:57barneygalecreate