New submission from Bumsik Kim <kbum...@gmail.com>:
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 from its own engine to Chromium. The working command is exactly the same as Chrome: opera --new-window https://google.com ---------- components: Library (Lib) messages: 320863 nosy: kbumsik priority: normal severity: normal status: open title: webbrowser: wrong arguments for Opera browser. versions: Python 3.7 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue34019> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com