[issue7192] webbrowser.get("firefox") does not work on Mac with installed Firefox

R. David Murray report at bugs.python.org
Sun May 2 15:09:53 CEST 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

issue 8238 notes the problem with autoraise and new on windows.  I believe when I looked at that issue that I confirmed that the syntax webbrowser uses on Linux to support those options works on windows with the current firefox, even though I couldn't find them documented anywhere.  If I'm remembering correctly, then I would expect them to work on Mac, as well.

Webbrowser needs to be refactored so that browser specific support is not not required to be also platform specific.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7192>
_______________________________________


More information about the Python-bugs-list mailing list