diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-10-31 21:31:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-31 21:31:26 (GMT) |
commit | 46a3cf4fe3380b5d4560589cce8f602ba949832d (patch) | |
tree | d4c9935b59a1a18bb370d081c1e3907345fc6984 /Misc | |
parent | 2b0cbb90c311ccfed291c3b0f4f8268fdac214ee (diff) | |
download | cpython-46a3cf4fe3380b5d4560589cce8f602ba949832d.zip cpython-46a3cf4fe3380b5d4560589cce8f602ba949832d.tar.gz cpython-46a3cf4fe3380b5d4560589cce8f602ba949832d.tar.bz2 |
gh-98692: Enable treating shebang lines as executables in py.exe launcher (GH-98732)
(cherry picked from commit 88297e2a8a75898228360ee369628a4a6111e2ee)
Co-authored-by: Steve Dower <steve.dower@python.org>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2022-10-26-17-43-09.gh-issue-98692.bOopfZ.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2022-10-26-17-43-09.gh-issue-98692.bOopfZ.rst b/Misc/NEWS.d/next/Windows/2022-10-26-17-43-09.gh-issue-98692.bOopfZ.rst new file mode 100644 index 0000000..3a5efd9 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2022-10-26-17-43-09.gh-issue-98692.bOopfZ.rst @@ -0,0 +1,2 @@ +Fix the :ref:`launcher` ignoring unrecognized shebang lines instead of +treating them as local paths |