bpo-35308: Fix regression where BROWSER env var is not respected. (GH-10693)
authorZhiming Wang <i@zhimingwang.org>
Mon, 26 Nov 2018 21:29:45 +0000 (16:29 -0500)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 26 Nov 2018 21:29:45 +0000 (23:29 +0200)
commit8c281ed403fd915284d5bba2405d7c47f8195066
tree9e18f217805ec108324a271bb0bb6fdc692e5111
parent5a8c240b1d97de0bd6ced2a57cbcf26da19c1fcc
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.
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]