gh-141127: Clarify os.symlink() documentation for argument order#141144
gh-141127: Clarify os.symlink() documentation for argument order#141144picnixz merged 3 commits intopython:mainfrom
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.
I have made the requested changes; please review again.
picnixz
left a comment
There was a problem hiding this comment.
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/