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 library. I was thinking of 
putting them in os or subprocess by prepending a P_ to their MSVC++ names as 
listed above. It seems like a fairly minor, uncontroversial idea. Can we patch 
it in?

Please CC all replies to this message back to ipatrol6...@yahoo.com



      
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to