]> granicus.if.org Git - python/commit
bpo-34019: Fix wrong arguments for Opera Browser (GH-8047)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 3 Jul 2018 12:17:28 +0000 (05:17 -0700)
committerGitHub <noreply@github.com>
Tue, 3 Jul 2018 12:17:28 +0000 (05:17 -0700)
commitcee7b2261feff38fd3b2cc55b04521db76c4275f
treea84caa6a01ac61b38c4db3d8c9fc1fe0a63d323c
parent42b2f84a85fe3334c5d8098cf76dfa727b348c4f
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>
Lib/test/test_webbrowser.py
Lib/webbrowser.py
Misc/NEWS.d/next/Library/2018-07-02-05-59-11.bpo-34019.ZXJIife.rst [new file with mode: 0644]