diff options
author | Steve Dower <steve.dower@python.org> | 2022-10-31 21:05:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-31 21:05:50 (GMT) |
commit | 88297e2a8a75898228360ee369628a4a6111e2ee (patch) | |
tree | 36637d07a4c212de5746681b9d22db88706ca5dd /Misc/NEWS.d/next/Windows | |
parent | 4702552885811d0af8f0e4545f494336801ad4dd (diff) | |
download | cpython-88297e2a8a75898228360ee369628a4a6111e2ee.zip cpython-88297e2a8a75898228360ee369628a4a6111e2ee.tar.gz cpython-88297e2a8a75898228360ee369628a4a6111e2ee.tar.bz2 |
gh-98692: Enable treating shebang lines as executables in py.exe launcher (GH-98732)
Diffstat (limited to 'Misc/NEWS.d/next/Windows')
-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 |