commit | 2a37f013ec81099a6156160ce66803b2609bb7f4 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon Nov 26 13:49:28 2018 -0800 |
committer | GitHub <noreply@github.com> | Mon Nov 26 13:49:28 2018 -0800 |
tree | 7a49427131513f429741ef402cba32b47a071ec4 | |
parent | 5350dd1b50e60882a2da6d53ed27e02d2b698f2e [diff] |
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>