[issue34019] webbrowser: wrong arguments for Opera browser.

2018-07-07 Thread Tal Einat
Tal Einat added the comment: Thanks for reporting the issue and the PR, Bumsik Kim! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue34019] webbrowser: wrong arguments for Opera browser.

2018-07-06 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 8902a1d14e9fe6fb80f4145ad4ea27a579567289 by Pablo Galindo in branch '2.7': [2.7] bpo-34019: Fix wrong arguments for Opera Browser (GH-8047) (#8126) https://github.com/python/cpython/commit/8902a1d14e9fe6fb80f4145ad4ea27a579567289

[issue34019] webbrowser: wrong arguments for Opera browser.

2018-07-05 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- pull_requests: +7707 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34019] webbrowser: wrong arguments for Opera browser.

2018-07-05 Thread Bumsik Kim
Bumsik Kim added the comment: I also believe this can be backported to 2.7 as well. -- ___ Python tracker ___ ___ Python-bugs-list

[issue34019] webbrowser: wrong arguments for Opera browser.

2018-07-04 Thread Tal Einat
Tal Einat added the comment: Shouldn't this be backported to 2.7 as well? -- nosy: +taleinat versions: -Python 3.4, Python 3.5 ___ Python tracker ___

[issue34019] webbrowser: wrong arguments for Opera browser.

2018-07-03 Thread miss-islington
miss-islington added the comment: New changeset dd5f43a023f25e8aea8c9297b5297d76668d64e1 by Miss Islington (bot) in branch '3.6': bpo-34019: Fix wrong arguments for Opera Browser (GH-8047) https://github.com/python/cpython/commit/dd5f43a023f25e8aea8c9297b5297d76668d64e1 -- nosy:

[issue34019] webbrowser: wrong arguments for Opera browser.

2018-07-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +7673 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34019] webbrowser: wrong arguments for Opera browser.

2018-07-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +7672 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34019] webbrowser: wrong arguments for Opera browser.

2018-07-03 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 3cf1f154edb88c108877729ea09f4ac174697fea by Pablo Galindo (Bumsik Kim) in branch 'master': bpo-34019: Fix wrong arguments for Opera Browser (#8047) https://github.com/python/cpython/commit/3cf1f154edb88c108877729ea09f4ac174697fea

[issue34019] webbrowser: wrong arguments for Opera browser.

2018-07-02 Thread Bumsik Kim
Bumsik Kim added the comment: No problem :) To add more, the Opera's documentation (https://www.opera.com/docs/switches) says: "This document was last updated for Opera 11.61" This is the reason I guessed Opera changed its CLI format to Chrome's and forget to document it --

[issue34019] webbrowser: wrong arguments for Opera browser.

2018-07-02 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: Sorry, you are right! It seems that my Opera opened another tab with Google by default and I was confused by that. Thanks for the context. -- ___ Python tracker

[issue34019] webbrowser: wrong arguments for Opera browser.

2018-07-02 Thread Bumsik Kim
Bumsik Kim added the comment: $opera --version 53.0.2907.68 $opera -remote "openURL(https://google.com,new-window)" would open a broken link: http://openurl%28https//google.com,new-window) I found that problem while answering a StackOverflow question:

[issue34019] webbrowser: wrong arguments for Opera browser.

2018-07-02 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: What error do you get and what opera version are you using? -- ___ Python tracker ___ ___

[issue34019] webbrowser: wrong arguments for Opera browser.

2018-07-02 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: I can use opera -remote "openURL(https://google.com,new-window)" without problems as per the opera documentation with the latest version: $opera --version 53.0.2907.110 -- nosy: +pablogsal ___ Python

[issue34019] webbrowser: wrong arguments for Opera browser.

2018-07-02 Thread Bumsik Kim
Change by Bumsik Kim : -- versions: +Python 2.7, Python 3.4, Python 3.5, Python 3.6, Python 3.8 ___ Python tracker ___ ___

[issue34019] webbrowser: wrong arguments for Opera browser.

2018-07-02 Thread Bumsik Kim
Change by Bumsik Kim : -- keywords: +patch pull_requests: +7656 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list

[issue34019] webbrowser: wrong arguments for Opera browser.

2018-07-02 Thread Bumsik Kim
New submission from Bumsik Kim : webbrowser module currently opens Opera Browser using the following command: opera -remote "openURL(https://google.com,new-window)" While this follows Opera's documentation (https://www.opera.com/docs/switches/#remote), this is broken since Opera switched