[issue23945] webbrowser.open opens twice on Windows if BROWSER is set

andig2 report at bugs.python.org
Tue Apr 14 13:13:24 CEST 2015


andig2 added the comment:

It boils down to Popen.wait() returning 1 if FF is already open resulting in GenericBrowser.open() returning False.

That part was last touched here https://github.com/python/cpython/commit/a456db5e058f955f235fe7a51e8c111d0a8ecf4e

----------

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


More information about the Python-bugs-list mailing list