diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-10-19 22:41:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-19 22:41:28 (GMT) |
commit | 0b71dad9b8dce1aa2ce04328e9906274f381ca76 (patch) | |
tree | 98a9a5afc0d4f83a35c71afc356622ab819dd10d /Misc | |
parent | 3b7e0204bf9ccb44f4e3412b5752cb11b3f18a8f (diff) | |
download | cpython-0b71dad9b8dce1aa2ce04328e9906274f381ca76.zip cpython-0b71dad9b8dce1aa2ce04328e9906274f381ca76.tar.gz cpython-0b71dad9b8dce1aa2ce04328e9906274f381ca76.tar.bz2 |
gh-98414: py.exe launcher does not use defaults for -V:company/ option (GH-98460)
(cherry picked from commit 4bd63f66cd4f6e8d549f88ae0f4b0106d522b6bb)
Co-authored-by: Steve Dower <steve.dower@python.org>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2022-10-19-19-35-37.gh-issue-98414.FbHZuS.rst | 3 |
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. |