commit | cee7b2261feff38fd3b2cc55b04521db76c4275f | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Jul 03 05:17:28 2018 -0700 |
committer | GitHub <noreply@github.com> | Tue Jul 03 05:17:28 2018 -0700 |
tree | a84caa6a01ac61b38c4db3d8c9fc1fe0a63d323c | |
parent | 42b2f84a85fe3334c5d8098cf76dfa727b348c4f [diff] |
bpo-34019: Fix wrong arguments for Opera Browser (GH-8047) 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>