summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2022-10-19 22:00:09 (GMT)
committerGitHub <noreply@github.com>2022-10-19 22:00:09 (GMT)
commit4bd63f66cd4f6e8d549f88ae0f4b0106d522b6bb (patch)
tree0e0a138e005a41af8dcd01ec5ed43b5793c2f7a3 /Misc/NEWS.d
parent9c8dde0fa5309ae9f83a4faa07f062fcd84df4cf (diff)
downloadcpython-4bd63f66cd4f6e8d549f88ae0f4b0106d522b6bb.zip
cpython-4bd63f66cd4f6e8d549f88ae0f4b0106d522b6bb.tar.gz
cpython-4bd63f66cd4f6e8d549f88ae0f4b0106d522b6bb.tar.bz2
gh-98414: py.exe launcher does not use defaults for -V:company/ option (GH-98460)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Windows/2022-10-19-19-35-37.gh-issue-98414.FbHZuS.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2022-10-19-19-35-37.gh-issue-98414.FbHZuS.rst b/Misc/NEWS.d/next/Windows/2022-10-19-19-35-37.gh-issue-98414.FbHZuS.rst
new file mode 100644
index 0000000..df07b7f
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2022-10-19-19-35-37.gh-issue-98414.FbHZuS.rst
@@ -0,0 +1,3 @@
+Fix :file:`py.exe` launcher handling of ``-V:<company>/`` option when
+default preferences have been set in environment variables or configuration
+files.