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-34019: Fix wrong arguments for Opera Browser #8047
Conversation
5e11db8
to
200729d
Compare
@@ -0,0 +1,2 @@ | |||
webbrowser: Fix the module opens Opera browser with wrong arguments. |
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 find this NEWS entry a bit confusing. Maybe we can improve this with something in the lines of:
Correct the arguments passed to the Opera browser when opening a new URL using the ``webbrowser`` module
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.
@pablogsal Your phrases sounds much batter. Thanks. I updated it.
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 |
@@ -0,0 +1,2 @@ | |||
Correct the arguments passed to Opera Browser when opening a new URL |
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.
nitpick: Would you mind to start the entry with "webbrowser: ..."? It's just easier to quickly identify the context of the change, since we have long changelogs between two Python major versions (like 3.6 .. 3.7).
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.
Not a problem :) I added it.
@pablogsal: Please replace |
Thanks @kbumsik for the PR, and @pablogsal for merging it |
Thanks @kbumsik for the PR, and @pablogsal for merging it |
GH-8063 is a backport of this pull request to the 3.7 branch. |
The Opera Browser was using a outdated command line invocation that resulted in an incorrect URL being opened in the browser when requested using the webbrowser module. * Correct the arguments passed to the Opera Browser when opening a new URL. (cherry picked from commit 3cf1f15) Co-authored-by: Bumsik Kim <k.bumsik@gmail.com>
The Opera Browser was using a outdated command line invocation that resulted in an incorrect URL being opened in the browser when requested using the webbrowser module. * Correct the arguments passed to the Opera Browser when opening a new URL. (cherry picked from commit 3cf1f15) Co-authored-by: Bumsik Kim <k.bumsik@gmail.com>
GH-8064 is a backport of this pull request to the 3.6 branch. |
The Opera Browser was using a outdated command line invocation that resulted in an incorrect URL being opened in the browser when requested using the webbrowser module. * Correct the arguments passed to the Opera Browser when opening a new URL. (cherry picked from commit 3cf1f15) Co-authored-by: Bumsik Kim <k.bumsik@gmail.com>
The Opera Browser was using a outdated command line invocation that resulted in an incorrect URL being opened in the browser when requested using the webbrowser module. * Correct the arguments passed to the Opera Browser when opening a new URL. (cherry picked from commit 3cf1f15) Co-authored-by: Bumsik Kim <k.bumsik@gmail.com>
Thanks @kbumsik for the PR, and @pablogsal for merging it |
Sorry, @kbumsik and @pablogsal, I could not cleanly backport this to |
@pablogsal Should I manage this conflict? I'm not sure if I can do this for you. |
@kbkaiser Don't worry. I will do it myself. :) |
The Opera Browser was using a outdated command line invocation that resulted in an incorrect URL being opened in the browser when requested using the webbrowser module. * Correct the arguments passed to the Opera Browser when opening a new URL.. (cherry picked from commit 3cf1f15) Co-authored-by: Bumsik Kim <k.bumsik@gmail.com>
GH-8126 is a backport of this pull request to the 2.7 branch. |
The Opera Browser was using a outdated command line invocation that resulted in an incorrect URL being opened in the browser when requested using the webbrowser module. * Correct the arguments passed to the Opera Browser when opening a new URL.. (cherry picked from commit 3cf1f15) Co-authored-by: Bumsik Kim <k.bumsik@gmail.com>
The Opera Browser was using a outdated command line invocation that resulted in an incorrect URL being opened in the browser when requested using the webbrowser module. * Correct the arguments passed to the Opera Browser when opening a new URL.
https://bugs.python.org/issue34019