]> granicus.if.org Git - python/commit
bpo-34019: Fix wrong arguments for Opera Browser (#8047)
authorBumsik Kim <k.bumsik@gmail.com>
Tue, 3 Jul 2018 11:30:06 +0000 (07:30 -0400)
committerPablo Galindo <Pablogsal@gmail.com>
Tue, 3 Jul 2018 11:30:06 +0000 (12:30 +0100)
commit3cf1f154edb88c108877729ea09f4ac174697fea
tree3ca79a59a98c1008666ed7b0677f62fe547abb0f
parent23401fb960bb94e6ea62d2999527968d53d3fc65
 bpo-34019: Fix wrong arguments for Opera Browser (#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.
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]