as for the ordering of stdout/err, I'm redirecting...
# general
f
as for the ordering of stdout/err, I'm redirecting stderr into stdout (via
stderr=subprocess.STDOUT
) on the
subprocess.Popen
call and now the ordering is correct