[issue8232] webbrowser.open incomplete on Windows

Brandon Milam report at bugs.python.org
Tue Aug 5 04:58:57 CEST 2014


Brandon Milam added the comment:

I got rid of the __init__ for the WindowsDefault class that I asked about earlier and changed it to match the sub-classing model that the Unix browsers use. This caused some changes in the get function too. Due to the _isexecutable still not completely working, the get function is hard coded for chrome, internet explorer and firefox for windows systems. This is my first attempt at making a patch file so if it is incorrect please bear with me.

----------
keywords: +patch
Added file: http://bugs.python.org/file36265/webbrowserfix.patch

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


More information about the Python-bugs-list mailing list