[3.6] bpo-34019: Fix wrong arguments for Opera Browser (GH-8047) by miss-islington · Pull Request #8064 · python/cpython

@kbumsik @miss-islington

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