diff options
author | Steve Dower <steve.dower@python.org> | 2022-08-03 21:18:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-03 21:18:51 (GMT) |
commit | 67840edb2851c6d4ca65d8389327d8a6dc06255a (patch) | |
tree | 121d5d5aafe0fa9ac48291f06e2572af7e1bc1e1 /Misc | |
parent | b53aed76d26419fc7449c358c6035c9afe055e16 (diff) | |
download | cpython-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.rst | 3 |
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. |