Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-132971: updateshutil.which
doc#133067
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
python-cla-botbot commentedApr 28, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
shutil.which
docUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
auvipy left a comment
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.
looks good to me
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
but please don't force-push; it makes reviewing harder. Moreover, all commits are squashed upon merge anyway, so there's no need for the PR/branch to be cluttered with amendment commits. Source:devguide.
Doc/library/shutil.rst Outdated
specified path directly and does not search the directories listed in *path* | ||
or in the system's :envvar:`PATH` environment variable. |
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.
let's wrap this line so that it doesn't exceed the length of the line
specified path directly and does not search the directories listed in *path* | |
or in the system's:envvar:`PATH` environment variable. | |
specified path directly and does not search the directories listed in | |
*path*or in the system's:envvar:`PATH` environment variable. |
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.
OK, I will follow that next time.Thank you.
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.
Thenote
directive is considered too loud. A simple paragraph is enough.
Uh oh!
There was an error while loading.Please reload this page.
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.
Thank you for your contribution@985025074.
d13d5fd
intopython:mainUh oh!
There was an error while loading.Please reload this page.
Thanks@985025074 for the PR, and@serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
(cherry picked from commitd13d5fd)Co-authored-by: Kokona <125976684+985025074@users.noreply.github.com>
(cherry picked from commitd13d5fd)Co-authored-by: Kokona <125976684+985025074@users.noreply.github.com>
GH-133803 is a backport of this pull request to the3.14 branch. |
GH-133804 is a backport of this pull request to the3.13 branch. |
Uh oh!
There was an error while loading.Please reload this page.
Hello! This is my first contribution to Python. If there’s anything incorrect, please forgive me.
📚 Documentation preview 📚:https://cpython-previews--133067.org.readthedocs.build/