[issue11961] Document STARTUPINFO and creationflags options for Windows

2011-04-29 Thread Brian Curtin
Brian Curtin added the comment: Thanks for having a look, Ezio. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___

[issue11961] Document STARTUPINFO and creationflags options for Windows

2011-04-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 609ca9d71aba by Brian Curtin in branch '3.1': Fix #11961. Document STARTUPINFO and creation flag options. http://hg.python.org/cpython/rev/609ca9d71aba New changeset f0092c611004 by Brian Curtin in branch '3.2': Fix #11961. Document STARTUPINFO and

[issue11961] Document STARTUPINFO and creationflags options for Windows

2011-04-29 Thread Ezio Melotti
Ezio Melotti added the comment: You can indent the "attribute" directives and avoid to repeat "STARTUPINFO." before every attribute. If STD_INPUT_HANDLE and the other constants are attributes of STARTUPINFO they should be indented too, otherwise a line that says that subprocess also provides

[issue11961] Document STARTUPINFO and creationflags options for Windows

2011-04-29 Thread Brian Curtin
New submission from Brian Curtin : Attached is a patch that adds documentation for a few things that have existed in subprocess for a while without documentation. The "startupinfo" parameter takes subprocess.STARTUPINFO object which takes a few different options for its attributes, but none of