-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-30974: fix os.path.samefile docstring with docs #7337
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
Conversation
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.
LGTM
Is there something missing from my side? |
Thanks @timofurrer for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8. |
Thanks @timofurrer for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7. |
GH-15086 is a backport of this pull request to the 3.8 branch. |
GH-15087 is a backport of this pull request to the 3.7 branch. |
Thanks @timofurrer for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 2.7. |
Sorry, @timofurrer and @zooba, I could not cleanly backport this to |
As proposed in bpo-30974 I've copied the docs of
os.path.samefile
into it's docstring to prevent confusion about whatsamefile
should do.https://bugs.python.org/issue30974