Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
gh-103363: Add follow_symlinks argument topathlib.Path.owner()
andgroup()
#107962
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
pathlib.Path.owner()
andgroup()
pathlib.Path.owner()
andgroup()
This comment was marked as resolved.
This comment was marked as resolved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Sorry it took me ages to review. Overall looks really good, thank you. Could you merge in the latestmain
? You'll find there's a new_PathBase
class with its ownowner()
andgroup()
methods - please add thefollow_symlinks argument there too. Thanks again!
Uh oh!
There was an error while loading.Please reload this page.
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
Hey@barneygale. Thanks for the review. That's really appreciated. I have made the requested changes; please review again |
I have made the requested changes; please review again |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Smashing, thanks so much
Uh oh!
There was an error while loading.Please reload this page.
pathlib.Path.owner()
and.group()
should accept afollow_symlinks
argument #103363📚 Documentation preview 📚:https://cpython-previews--107962.org.readthedocs.build/