bpo-34019: Fix wrong arguments for Opera Browser by kbumsik · Pull Request #8047 · python/cpython

pablogsal

pablogsal

vstinner

vstinner

@kbumsik

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jul 3, 2018
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>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jul 3, 2018
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>

miss-islington added a commit that referenced this pull request

Jul 3, 2018
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>

miss-islington added a commit that referenced this pull request

Jul 3, 2018
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>

pablogsal pushed a commit to pablogsal/cpython that referenced this pull request

Jul 5, 2018
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>

pablogsal added a commit that referenced this pull request

Jul 6, 2018
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>