[issue1753371] Open always create new tab or new browser

2007-10-24 Thread Georg Brandl
Changes by Georg Brandl: -- status: pending -> closed _ Tracker <[EMAIL PROTECTED]> _ ___ Python-bugs-list mailing list Unsubscribe:

[issue1753371] Open always create new tab or new browser

2007-08-24 Thread Ilan Peleg
Ilan Peleg added the comment: Just to make sure I'm clear. I don't wish new tabs neither new windows. I wish all calls to webbrowser.open(path) to go the same tab or to the same window when tabs are not supported or not re

[issue1753371] Open always create new tab or new browser

2007-08-24 Thread Ilan Peleg
Ilan Peleg added the comment: Hi there, I Have only 2 lines in my programs which related to webbrowser.py. 1) import webbrowser 2) webbrowser.open(windowsPath) # Called many times. In the following browsers [FastBrowser,F

[issue1753371] Open always create new tab or new browser

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: With Firefox, that's probably because you have set the default behavior to "open a new tab", so there's nothing webbrowser.py can do about that. In Windows, os.startfile() is used, which doesn't allow remote settings like "new window" etc., so there's nothing webb