[Python-Dev] Windows process creation flags (original) (raw)
Michael Foord fuzzyman at voidspace.org.uk
Sun Jul 18 11:28:23 CEST 2010
- Previous message: [Python-Dev] Windows process creation flags
- Next message: [Python-Dev] Function Operators
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 18/07/2010 00:25, ipatrol6010 at 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 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 at 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 at python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/fuzzyman%40voidspace.org.uk
-- http://www.ironpythoninaction.com/
-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20100718/f2cbfdcd/attachment.html>
- Previous message: [Python-Dev] Windows process creation flags
- Next message: [Python-Dev] Function Operators
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]