Updates:
Status: Done
Comment #2 on issue 1176 by pekka.klarck: Stop Process cannot be used
to "stop" a process anymore
http://code.google.com/p/robotframework/issues/detail?id=1176
This issue was updated by revision 0a11a2607785.
I tested that using `close_fds=True` on Windows, when we need to redirect
stdin and stdout, fails with the following error:
ValueError: close_fds is not supported on Windows platforms if you
redirect stdin/stdout/stderr
I ended up fixing this with `close_fds=os.sep=='/'`.