summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-06-15 16:56:40 (GMT)
committerGitHub <noreply@github.com>2020-06-15 16:56:40 (GMT)
commit2ad799fc761844551da64130a37aba4ace80f53e (patch)
treeb6a9c032f30c62d2f774fe899adf14ae9bcd2649 /Misc/NEWS.d/next
parentb87453f94fd391e6700eb25dd91de2e56aeeb98f (diff)
downloadcpython-2ad799fc761844551da64130a37aba4ace80f53e.zip
cpython-2ad799fc761844551da64130a37aba4ace80f53e.tar.gz
cpython-2ad799fc761844551da64130a37aba4ace80f53e.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 (cherry picked from commit b3e6783423f58597419abae343dd1d5dcc02a7e3) Co-authored-by: Steve (Gadget) Barnes <gadgetsteve@live.co.uk>
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Windows/2019-07-11-06-11-09.bpo-37556.sygMUU.rst1
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