[issue8232] webbrowser.open incomplete on Windows

Brandon Milam report at bugs.python.org
Wed May 27 23:23:48 CEST 2015


Brandon Milam added the comment:

I kept the changes to the WindowsDefault.open() method and used and extended eryksun's code to build the browser list using the registry. Also I added support for a few more browsers. Some of the browsers I could not find ways to differentiate between opening a new window or new tab using command line flags. This also removed the hardcoding I had put in the get function.

----------
Added file: http://bugs.python.org/file39525/webbrowserfix2.patch

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


More information about the Python-bugs-list mailing list