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 <rep...@bugs.python.org>
<http://bugs.python.org/issue25005>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to