Skip to content

bpo-37556 Extend help to include latest overrides#14701

Merged
miss-islington merged 6 commits into
python:masterfrom
GadgetSteve:patch-1
Jun 12, 2020
Merged

bpo-37556 Extend help to include latest overrides#14701
miss-islington merged 6 commits into
python:masterfrom
GadgetSteve:patch-1

Conversation

@GadgetSteve

@GadgetSteve GadgetSteve commented Jul 11, 2019

Copy link
Copy Markdown
Contributor

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.
Comment thread PC/launcher.c Outdated
Comment thread PC/launcher.c Outdated
Removed the footnote `*` maker from the help lines as per comment from @zooba
Comment thread PC/launcher.c Outdated
Comment thread PC/launcher.c Outdated
Reworded and corrected spelling per comments by @eryksun also added that the overrides are in priority order.
Comment thread PC/launcher.c Outdated
To address commend from @eryksun reworded to:
 With -2 or -3 flag a matching PY_PYTHON2 or PY_PYTHON3 Enviroment variable
Comment thread PC/launcher.c Outdated
@miss-islington

Copy link
Copy Markdown
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
Copy Markdown
Contributor

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

@bedevere-bot

Copy link
Copy Markdown

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

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 <gadgetsteve@live.co.uk>
@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 <gadgetsteve@live.co.uk>
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