]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37556 Extend help to include latest overrides (GH-14701)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 15 Jun 2020 16:56:40 +0000 (09:56 -0700)
committerGitHub <noreply@github.com>
Mon, 15 Jun 2020 16:56:40 +0000 (09:56 -0700)
commit2ad799fc761844551da64130a37aba4ace80f53e
treeb6a9c032f30c62d2f774fe899adf14ae9bcd2649
parentb87453f94fd391e6700eb25dd91de2e56aeeb98f
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
(cherry picked from commit b3e6783423f58597419abae343dd1d5dcc02a7e3)

Co-authored-by: Steve (Gadget) Barnes <gadgetsteve@live.co.uk>
Misc/NEWS.d/next/Windows/2019-07-11-06-11-09.bpo-37556.sygMUU.rst [new file with mode: 0644]
PC/launcher.c