]> 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:16:56 +0000 (05:16 -0700)
committerGitHub <noreply@github.com>
Tue, 3 Jul 2018 12:16:56 +0000 (05:16 -0700)
commitdd5f43a023f25e8aea8c9297b5297d76668d64e1
treeda96d74f0100ebe22e4d7c8db30176a8b5b244ec
parent3bd9d3b934eb8b27553f19a7ab1c97f95745c68f
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]