[New-bugs-announce] [issue11961] Document STARTUPINFO and creationflags options for Windows

Brian Curtin report at bugs.python.org
Sat Apr 30 04:16:45 CEST 2011


New submission from Brian Curtin <brian at python.org>:

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.

----------
assignee: brian.curtin
components: Documentation, Windows
files: windows_additions.diff
keywords: needs review, patch
messages: 134829
nosy: brian.curtin
priority: normal
severity: normal
stage: patch review
status: open
title: Document STARTUPINFO and creationflags options for Windows
type: behavior
versions: Python 2.7, Python 3.1, Python 3.2, Python 3.3
Added file: http://bugs.python.org/file21838/windows_additions.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11961>
_______________________________________


More information about the New-bugs-announce mailing list