commit | 8902a1d14e9fe6fb80f4145ad4ea27a579567289 | [log] [tgz] |
---|---|---|
author | Pablo Galindo <Pablogsal@gmail.com> | Sat Jul 07 00:54:09 2018 +0100 |
committer | GitHub <noreply@github.com> | Sat Jul 07 00:54:09 2018 +0100 |
tree | 030276fa5d27245f8d0cfcb9fa1bd3ce67a85efc | |
parent | 7829bba45d0e2446f3a0ca240bfe46959f01071e [diff] |
[2.7] bpo-34019: Fix wrong arguments for Opera Browser (GH-8047) (#8126) 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 3cf1f154edb88c108877729ea09f4ac174697fea) Co-authored-by: Bumsik Kim <k.bumsik@gmail.com>