This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brian.curtin
Recipients brian.curtin
Date 2011-04-30.02:16:44
SpamBayes Score 0.027155785
Marked as misclassified No
Message-id <1304129805.59.0.427649985572.issue11961@psf.upfronthosting.co.za>
In-reply-to
Content
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 this was documented.

The "creationflags" parameter takes subprocess.CREATE_NEW_WINDOW or subprocess.CREATE_NEW_PROCESS_GROUP, but neither were documented as options or what the options mean.
History
Date User Action Args
2011-04-30 02:16:45brian.curtinsetrecipients: + brian.curtin
2011-04-30 02:16:45brian.curtinsetmessageid: <1304129805.59.0.427649985572.issue11961@psf.upfronthosting.co.za>
2011-04-30 02:16:44brian.curtinlinkissue11961 messages
2011-04-30 02:16:44brian.curtincreate