-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
gh-113803: Fix inaccurate documentation for shutil.move when dst is an existing directory #113837
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
Updated the doc and docstring in shutil.py. Do you think it is clear now? @serhiy-storchaka |
Fixed |
I believe the last changes satisyfy my request and Serhiy's also, but I leave it to Serhiy to do a final check. |
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.
Thanks @daiwt for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
…t is an existing directory (pythonGH-113837) * fix the usage of dst and destination in shutil.move doc * update shutil.move doc (cherry picked from commit da8f9fb) Co-authored-by: Dai Wentao <[email protected]>
GH-115006 is a backport of this pull request to the 3.12 branch. |
…t is an existing directory (pythonGH-113837) * fix the usage of dst and destination in shutil.move doc * update shutil.move doc (cherry picked from commit da8f9fb) Co-authored-by: Dai Wentao <[email protected]>
GH-115007 is a backport of this pull request to the 3.11 branch. |
…st is an existing directory (GH-113837) (#115006) * fix the usage of dst and destination in shutil.move doc * update shutil.move doc (cherry picked from commit da8f9fb) Co-authored-by: Dai Wentao <[email protected]>
…st is an existing directory (GH-113837) (#115007) * fix the usage of dst and destination in shutil.move doc * update shutil.move doc (cherry picked from commit da8f9fb) Co-authored-by: Dai Wentao <[email protected]>
…t is an existing directory (python#113837) * fix the usage of dst and destination in shutil.move doc * update shutil.move doc
…t is an existing directory (python#113837) * fix the usage of dst and destination in shutil.move doc * update shutil.move doc
shutil.move
when dst is an existing directory #113803📚 Documentation preview 📚: https://cpython-previews--113837.org.readthedocs.build/