Eryk Sun <eryk...@gmail.com> added the comment:

Python doesn't go out of its way to fake a cross-platform POSIX environment in 
Windows, complete with emulated fork and exec. I don't recommend using 
nt.execv[e] or the os.exec* functions in Windows. Their behavior is almost 
always undesired. I'd be in favor of deprecating them and eventually removing 
them. Use subprocess instead.

----------
nosy: +eryksun
resolution:  -> third party
stage:  -> resolved
status: open -> closed
type:  -> behavior

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

Reply via email to