New submission from Brian Curtin <br...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue11961>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to