diff options
author | Christian Ullrich <chris@chrullrich.net> | 2024-10-29 19:52:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-29 19:52:52 (GMT) |
commit | 802d405ff1233a48004a7c9b302baa76291514d1 (patch) | |
tree | 1e348aa9baeb4a98cd93c773c12fa50332c8aeb6 /Misc/NEWS.d/next/Windows | |
parent | 9effa0ff06047f3d957bf37267742a98106581ff (diff) | |
download | cpython-802d405ff1233a48004a7c9b302baa76291514d1.zip cpython-802d405ff1233a48004a7c9b302baa76291514d1.tar.gz cpython-802d405ff1233a48004a7c9b302baa76291514d1.tar.bz2 |
gh-126084: Fix venvwlauncher.exe to run pythonw.exe (GH-126088)
Diffstat (limited to 'Misc/NEWS.d/next/Windows')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2024-10-29-09-39-06.gh-issue-126084.3wAL8o.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2024-10-29-09-39-06.gh-issue-126084.3wAL8o.rst b/Misc/NEWS.d/next/Windows/2024-10-29-09-39-06.gh-issue-126084.3wAL8o.rst new file mode 100644 index 0000000..319053d --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2024-10-29-09-39-06.gh-issue-126084.3wAL8o.rst @@ -0,0 +1,2 @@ +Fix venvwlauncher to launch pythonw instead of python so no extra console +window is created. |