[issue8232] webbrowser open(), open_new(), and open_new_tab() Broken Functionality

Brian Curtin report at bugs.python.org
Thu Mar 25 20:26:08 CET 2010


Brian Curtin <curtin at acm.org> added the comment:

On Windows, the WindowsDefault class gets used and it doesn't make use of anything other than the URL (no 'new' or 'autoraise'). All it does is pass the URL onto os.startfile.

It should make a better attempt at running the URL. Patches welcome, or I'll try to come up with one shortly.

----------
nosy: +brian.curtin
priority:  -> normal
stage:  -> needs patch

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


More information about the Python-bugs-list mailing list