Eryk Sun added the comment:

cmd.exe implements its own search, like shutil.which, and uses the 
CreateProcess lpApplicationName parameter that corresponds to the Popen 
executable parameter. But in general (not always) it's better to use 
shutil.which because you don't have to worry about the security problems that 
come with using the shell.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30783>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to