[issue10738] webbrowser.py bug with Opera on Linux

2010-12-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: 3.2,3.1,2.7: r87553, r87554, r87555 -- assignee: -> terry.reedy components: +Library (Lib) resolution: -> fixed status: open -> closed type: -> behavior ___ Python tracker

[issue10738] webbrowser.py bug with Opera on Linux

2010-12-28 Thread Georg Brandl
Georg Brandl added the comment: By all means. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue10738] webbrowser.py bug with Opera on Linux

2010-12-24 Thread Terry J. Reedy
Terry J. Reedy added the comment: According to the linked doc, Opera has '-noraise' but not '-raise' as a command line option (to not raise window when receiving remote commands). It does have '"raise()"' (with quotes and parens, but not "noraise()") as a remote command following the '-remote

[issue10738] webbrowser.py bug with Opera on Linux

2010-12-19 Thread Ned Deily
Changes by Ned Deily : -- nosy: +georg.brandl ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue10738] webbrowser.py bug with Opera on Linux

2010-12-19 Thread NE1
New submission from NE1 : Tested with Python 2.7.1 / Linux 2.6.33.2 / Opera 10.63. Build 6450 for Linux class Opera(UnixBrowser) shows: raise_opts = ["", "-raise"] "-raise" is not a valid command line option for Opera. This causes all webbrowser open methods (that use autoraise=True by default