Richard Oudkerk added the comment:

See

    http://bugs.python.org/issue436259

This is a problem with Window's implementation of spawn*() and exec*().  Just 
use subprocess instead which gets this stuff right.

Note that on Windows exec*() is useless: it just starts a subprocess and exits 
the current process.  You can use subprocess to get the same effect.

----------
nosy: +sbt

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

Reply via email to