-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
gh-72073: Add Windows case in pathlib.rename #93002
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
Thanks @slateny for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
pythonGH-72073 https://docs.python.org/3.12/library/pathlib.htmlGH-pathlib.Path.rename (cherry picked from commit f51ed04) Co-authored-by: Stanley <[email protected]>
GH-93028 is a backport of this pull request to the 3.11 branch. |
pythonGH-72073 https://docs.python.org/3.12/library/pathlib.htmlGH-pathlib.Path.rename (cherry picked from commit f51ed04) Co-authored-by: Stanley <[email protected]>
GH-93029 is a backport of this pull request to the 3.10 branch. |
Unfortunately there's a mistake in the PR: the directive should have been |
#93030 fixes the directive mistake. |
) GH-72073 https://docs.python.org/3.12/library/pathlib.htmlGH-pathlib.Path.rename (cherry picked from commit f51ed04) Co-authored-by: Stanley <[email protected]> Automerge-Triggered-By: GH:brettcannon
) GH-72073 https://docs.python.org/3.12/library/pathlib.htmlGH-pathlib.Path.rename (cherry picked from commit f51ed04) Co-authored-by: Stanley <[email protected]> Automerge-Triggered-By: GH:brettcannon
Ah good catch, interesting that even with |
#72073
https://docs.python.org/3.12/library/pathlib.html#pathlib.Path.rename
Automerge-Triggered-By: GH:brettcannon