Skip to content

bpo-37556 Extend help to include latest overrides #14701

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

Merged
merged 6 commits into from
Jun 12, 2020

Conversation

GadgetSteve
Copy link
Contributor

@GadgetSteve GadgetSteve commented Jul 11, 2019

Modify the help in cpython/PC/launcher.c to show users that "latest" can be overridden by shebang, PY_PYTHON[n] or py.ini files. Also show that script [args] is optional by enclosing in square brackets.

https://bugs.python.org/issue37556

Automerge-Triggered-By: @zooba

Modify the help in cpython/PC/launcher.c to show users that "latest" can be overridden by shebang, PY_PYTHON[n] or py.ini files. Also show that script [args] is optional.
Removed the footnote `*` maker from the help lines as per comment from @zooba
Reworded and corrected spelling per comments by @eryksun also added that the overrides are in priority order.
To address commend from @eryksun reworded to:
 With -2 or -3 flag a matching PY_PYTHON2 or PY_PYTHON3 Enviroment variable
@csabella csabella requested a review from zooba February 6, 2020 22:39
@zooba zooba closed this Jun 12, 2020
@zooba zooba reopened this Jun 12, 2020
@miss-islington
Copy link
Contributor

@GadgetSteve: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit b3e6783 into python:master Jun 12, 2020
@miss-islington
Copy link
Contributor

Thanks @GadgetSteve for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9.
🐍🍒⛏🤖

@bedevere-bot
Copy link

GH-20846 is a backport of this pull request to the 3.9 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.9 only security fixes label Jun 12, 2020
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 12, 2020
Modify the help in cpython/PC/launcher.c to show users that "latest" can be overridden by shebang, PY_PYTHON[n] or py.ini files. Also show that script [args] is optional by enclosing in square brackets.

Automerge-Triggered-By: @zooba
(cherry picked from commit b3e6783)

Co-authored-by: Steve (Gadget) Barnes <[email protected]>
@GadgetSteve GadgetSteve deleted the patch-1 branch June 13, 2020 09:48
miss-islington added a commit that referenced this pull request Jun 15, 2020
Modify the help in cpython/PC/launcher.c to show users that "latest" can be overridden by shebang, PY_PYTHON[n] or py.ini files. Also show that script [args] is optional by enclosing in square brackets.

Automerge-Triggered-By: @zooba
(cherry picked from commit b3e6783)

Co-authored-by: Steve (Gadget) Barnes <[email protected]>
arun-mani-j pushed a commit to arun-mani-j/cpython that referenced this pull request Jul 21, 2020
Modify the help in cpython/PC/launcher.c to show users that "latest" can be overridden by shebang, PY_PYTHON[n] or py.ini files. Also show that script [args] is optional by enclosing in square brackets.

Automerge-Triggered-By: @zooba
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants