-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide samefile() on Path objects #63974
Comments
It would probably be useful to provide samefile() on Path objects - basically doing the same thing as os.path.samefile(). |
I like the idea :-) |
Here is the patch. |
About doc string in patch:
|
Updated grammar according to Arfrever's review. Thanks! Anyway, should samefile accepts only string? Or should it accept Path object as well? |
Thanks for the patch! Some comments:
|
Thanks for the review! Attached the patch addressing the request by Antoine. |
Sorry, it seems I have let this issue slip. I will update the patch and commit it soon! |
New changeset 197ac5d79456 by Antoine Pitrou in branch 'default': |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: