]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35308: Fix regression where BROWSER env var is not respected. (GH-10693)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 26 Nov 2018 21:49:28 +0000 (13:49 -0800)
committerGitHub <noreply@github.com>
Mon, 26 Nov 2018 21:49:28 +0000 (13:49 -0800)
commit2a37f013ec81099a6156160ce66803b2609bb7f4
tree7a49427131513f429741ef402cba32b47a071ec4
parent5350dd1b50e60882a2da6d53ed27e02d2b698f2e
bpo-35308: Fix regression where BROWSER env var is not respected. (GH-10693)

Regression introduced in e3ce695 and 25b804a, where the old parameter
update_tryorder to _synthesize was first ignored, then given the opposite
value in the attempt to fix bpo-31014.
(cherry picked from commit 8c281ed403fd915284d5bba2405d7c47f8195066)

Co-authored-by: Zhiming Wang <i@zhimingwang.org>
Lib/test/test_webbrowser.py
Lib/webbrowser.py
Misc/NEWS.d/next/Library/2018-11-24-10-33-42.bpo-35308.9--2iy.rst [new file with mode: 0644]