cpython: 37df50bc4ea0 (original) (raw)

Mercurial > cpython

changeset 78594:37df50bc4ea0

#15543: additional link in subprocess docs. Patch by Chris Jerdonek. [#15543]

R David Murray rdmurray@bitdance.com
date Wed, 15 Aug 2012 11:12:15 -0400
parents 04a0255de9b8
children a2efe5eeb876
files Doc/library/subprocess.rst
diffstat 1 files changed, 2 insertions(+), 1 deletions(-)[+] [-] Doc/library/subprocess.rst 3

line wrap: on

line diff

--- a/Doc/library/subprocess.rst +++ b/Doc/library/subprocess.rst @@ -290,7 +290,8 @@ default values. The arguments that are m If universal_newlines is True, the file objects stdin, stdout and stderr will be opened as text streams in :term:universal newlines