diff options
author | Steve (Gadget) Barnes <gadgetsteve@live.co.uk> | 2020-06-12 23:19:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-12 23:19:34 (GMT) |
commit | b3e6783423f58597419abae343dd1d5dcc02a7e3 (patch) | |
tree | ea171c9d28bb0a7f3dfc197fa0f32bcc497ea823 /Misc | |
parent | a6ac2391627aa3760ed9e8cf4f7e6e82878e5035 (diff) | |
download | cpython-b3e6783423f58597419abae343dd1d5dcc02a7e3.zip cpython-b3e6783423f58597419abae343dd1d5dcc02a7e3.tar.gz cpython-b3e6783423f58597419abae343dd1d5dcc02a7e3.tar.bz2 |
bpo-37556 Extend help to include latest overrides (GH-14701)
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
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2019-07-11-06-11-09.bpo-37556.sygMUU.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2019-07-11-06-11-09.bpo-37556.sygMUU.rst b/Misc/NEWS.d/next/Windows/2019-07-11-06-11-09.bpo-37556.sygMUU.rst new file mode 100644 index 0000000..e8af964 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2019-07-11-06-11-09.bpo-37556.sygMUU.rst @@ -0,0 +1 @@ +Extend py.exe help to mention overrides via venv, shebang, environmental variables & ini files.
\ No newline at end of file |