-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
bpo-40833: Clarify docstring of Path.rename #20554
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
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.
Thanks for the PR @cool-RR! Should the documentation at Doc/library/pathlib.rst
should be updated too?
Misc/NEWS.d/next/Documentation/2020-05-31-16-51-00.bpo-40833.w49MMd.rst
Outdated
Show resolved
Hide resolved
a139180
to
c60bb47
Compare
Thanks for the feedback. I updated |
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.
Thanks!
You ask, and then a triager or committer adds the "needs-backport" tag(s). (We'll usually take care of those anyways, though.) |
Misc/NEWS.d/next/Documentation/2020-05-31-16-51-00.bpo-40833.w49MMd.rst
Outdated
Show resolved
Hide resolved
fdaee3d
to
5124ca7
Compare
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
…ythonGH-20554) (cherry picked from commit f97e42e) Co-authored-by: Ram Rachum <ram@rachum.com>
GH-22514 is a backport of this pull request to the 3.9 branch. |
…ythonGH-20554) (cherry picked from commit f97e42e) Co-authored-by: Ram Rachum <ram@rachum.com>
GH-22515 is a backport of this pull request to the 3.8 branch. |
…ythonGH-20554) (cherry picked from commit f97e42e) Co-authored-by: Ram Rachum <ram@rachum.com>
GH-22516 is a backport of this pull request to the 3.9 branch. |
…ths (pythonGH-20554) (cherry picked from commit f97e42e) Co-authored-by: Ram Rachum <ram@rachum.com>
I made this after I was bitten when assuming
Path.rename
would take just the new name rather than the full path.Question: How can I get an automatic backport to 3.8?
https://bugs.python.org/issue40833