[issue25005] webbrowser breaks on query strings with multiple fields on Windows

Steve Dower report at bugs.python.org
Mon Sep 7 06:21:06 CEST 2015


Steve Dower added the comment:

Oh, and the "start" is necessary because, while the Windows kernel can only resolve "chrome.exe" if it appears on PATH, the Windows shell has some other ways to resolve it.

By using ShellExecute (via 'start' or startfile), we can let the OS find it rather than having to find it ourselves.

----------

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


More information about the Python-bugs-list mailing list