-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
bpo-35308: Fix regression where BROWSER env var is not respected #10693
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpo-35308: Fix regression where BROWSER env var is not respected #10693
Conversation
4520a24 to
03cf2e4
Compare
serhiy-storchaka
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the default value for preferred should be negated as well. And perhaps tests need to be updated.
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase And if you don't make the requested changes, you will be poked with soft cushions! |
|
@serhiy-storchaka Thanks for the quick review. Actually, I'll look into adding/updating tests a bit later. |
|
I meant the default value in |
|
Oh okay that makes more sense. |
|
Wait, are you saying the default value in |
|
Before e3ce695 both |
03cf2e4 to
903a26d
Compare
|
Sorry for the delay here. Default value of To bot: I have made the requested changes; please review again. |
|
Thanks for making the requested changes! @serhiy-storchaka: please review the changes made to this pull request. |
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.
903a26d to
82b841f
Compare
|
Thanks @zmwangx for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7. |
…thonGH-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 8c281ed) Co-authored-by: Zhiming Wang <[email protected]>
|
GH-10729 is a backport of this pull request to the 3.7 branch. |
…-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 8c281ed) Co-authored-by: Zhiming Wang <[email protected]>
https://bugs.python.org/issue35308