-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Updating documentation for path lib.Path.rename #98240
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
Comments
Please may you open an issue on the https://github.com/python/cpython repository? For a small change, I'd also suggest opening a pull request at the same time. See https://devguide.python.org/getting-started/pull-request-lifecycle/ for a quick guide. I'm closing this issue on this repo as I can't transfer it to the CPython repo, this does not mean that the note has been rejected. A |
I can transfer it. |
Should this be backported? |
I have not checked the code in other versions. If it is true, it would be nice to have. |
…-98245) (cherry picked from commit 0023f51) Co-authored-by: Mateusz <[email protected]>
…-98245) (cherry picked from commit 0023f51) Co-authored-by: Mateusz <[email protected]>
(cherry picked from commit 0023f51) Co-authored-by: Mateusz <[email protected]>
(cherry picked from commit 0023f51) Co-authored-by: Mateusz <[email protected]>
Uh oh!
There was an error while loading. Please reload this page.
Would it be possible to update documentation of Path.rename method to mention, that it is equivalent of os.rename? Sometimes it is important, that Posix ensures that renames are atomic on the same filesystem.
Linked PRs
The text was updated successfully, but these errors were encountered: