-
-
Notifications
You must be signed in to change notification settings - Fork 33.4k
gh-141127: Clarify os.symlink() documentation for argument order #141144
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
|
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 |
…ove Unix reference
chillakalyan
left a comment
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.
I have made the requested changes; please review again.
picnixz
left a comment
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.
We could update the docstring if it needs to be kept in sync.
|
Thanks @chillakalyan for the PR, and @picnixz for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
|
Thanks @chillakalyan for the PR, and @picnixz for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
…er (pythonGH-141144) (cherry picked from commit 7ae440f) Co-authored-by: Chilla Kalyan <127284726+chillakalyan@users.noreply.github.com>
|
GH-141277 is a backport of this pull request to the 3.13 branch. |
…er (pythonGH-141144) (cherry picked from commit 7ae440f) Co-authored-by: Chilla Kalyan <127284726+chillakalyan@users.noreply.github.com>
|
GH-141278 is a backport of this pull request to the 3.14 branch. |
|
GH-141277 is a backport of this pull request to the 3.13 branch. |
|
Huh, I added a ? in the commit message by mistake :') |
|
GH-141278 is a backport of this pull request to the 3.14 branch. |
It’s a questionable commit message;-) |
Summary
This pull request clarifies the documentation for
os.symlink()to make the argument order unambiguous and consistent with Unix conventions.before
📚 Documentation preview 📚: https://cpython-previews--141144.org.readthedocs.build/