[issue8232] webbrowser.open incomplete on Windows

Brandon Milam report at bugs.python.org
Thu Jun 4 23:02:51 CEST 2015


Brandon Milam added the comment:

Here's a patch addressing all of the comments in the review. Changing the browsers from a set to a list though resulted in duplicates in the _tryorder list that were not present before because the set had filtered the duplicates before the partial string comparisons. The _browsers dictionary did not contain the duplicates so I don't think this will have any functional changes.

----------
Added file: http://bugs.python.org/file39626/webbrowserfix5.patch

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


More information about the Python-bugs-list mailing list