
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-pyt... 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 ipatrol6010@yahoo.com

On 18/07/2010 00:25, ipatrol6010@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-pyt... 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 ipatrol6010@yahoo.com
Could you create an issue on the Python bug tracker for this, preferably with a patch. Thanks Michael Foord
_______________________________________________ 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/fuzzyman%40voidspace.org.u...
participants (2)
-
ipatrol6010@yahoo.com
-
Michael Foord