Re: [Python-Dev] Windows process creation flags

2010-07-18 Thread Michael Foord
On 18/07/2010 00:25, ipatrol6...@yahoo.com wrote: I was reading http://msdn.microsoft.com/en-us/library/ms684863%28v=VS.85%29.aspx and http://stackoverflow.com/questions/89228/how-to-call-external-command-in-python#2251026 when I realized that the process creation flags for subprocess.Popen on

[Python-Dev] Windows process creation flags

2010-07-18 Thread ipatrol6010
I was reading http://msdn.microsoft.com/en-us/library/ms684863%28v=VS.85%29.aspx and http://stackoverflow.com/questions/89228/how-to-call-external-command-in-python#2251026 when I realized that the process creation flags for subprocess.Popen on Windows are not specified anywhere in the standard