[issue1753371] Open always create new tab or new browser

Georg Brandl report at bugs.python.org
Thu Aug 23 19:08:55 CEST 2007


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 webbrowser.py can do about
that, too.

Setting tentatively to "Won't fix".

----------
nosy: +gbrandl
resolution:  -> wont fix
status: open -> pending

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1753371>
_____________________________________


More information about the Python-bugs-list mailing list