summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2022-08-03 21:18:51 (GMT)
committerGitHub <noreply@github.com>2022-08-03 21:18:51 (GMT)
commit67840edb2851c6d4ca65d8389327d8a6dc06255a (patch)
tree121d5d5aafe0fa9ac48291f06e2572af7e1bc1e1 /Misc
parentb53aed76d26419fc7449c358c6035c9afe055e16 (diff)
downloadcpython-67840edb2851c6d4ca65d8389327d8a6dc06255a.zip
cpython-67840edb2851c6d4ca65d8389327d8a6dc06255a.tar.gz
cpython-67840edb2851c6d4ca65d8389327d8a6dc06255a.tar.bz2
gh-94399: Restore PATH search behaviour of py.exe launcher for '/usr/bin/env' shebang lines (GH-95582)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Windows/2022-08-03-00-49-46.gh-issue-94399.KvxHc0.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2022-08-03-00-49-46.gh-issue-94399.KvxHc0.rst b/Misc/NEWS.d/next/Windows/2022-08-03-00-49-46.gh-issue-94399.KvxHc0.rst
new file mode 100644
index 0000000..a49e99c
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2022-08-03-00-49-46.gh-issue-94399.KvxHc0.rst
@@ -0,0 +1,3 @@
+Restores the behaviour of :ref:`launcher` for ``/usr/bin/env`` shebang
+lines, which will now search :envvar:`PATH` for an executable matching the
+given command. If none is found, the usual search process is used.