[Mike Elkins wrote]
> I'm trying to port some python code that uses the Popen3 class returned from
> popen2.popen3 on linux. This isn't available on windows, so I thought I'd
> try it using win32process.
>
> I figured out a way to call win32process.CreateProcess that actually spawns
> a process, b
I'm trying to port some python code that uses the Popen3 class returned
from popen2.popen3 on linux. This isn't available on windows, so
I thought I'd try it using win32process.
I figured out a way to call win32process.CreateProcess that actually
spawns a process, but calling win32process.Termina