diff options
author | Brian Curtin <brian@python.org> | 2011-04-30 03:18:33 (GMT) |
---|---|---|
committer | Brian Curtin <brian@python.org> | 2011-04-30 03:18:33 (GMT) |
commit | 73365dd887e9e4feef6d3fdf3d4b56d2ac1a8e4b (patch) | |
tree | 503dfdcf02ec9e56fbb092280438c69d40eee530 | |
parent | e6242d77bd1212a1f458e97d3fd1fca40dcee076 (diff) | |
download | cpython-73365dd887e9e4feef6d3fdf3d4b56d2ac1a8e4b.zip cpython-73365dd887e9e4feef6d3fdf3d4b56d2ac1a8e4b.tar.gz cpython-73365dd887e9e4feef6d3fdf3d4b56d2ac1a8e4b.tar.bz2 |
whitespace...
-rw-r--r-- | Doc/library/subprocess.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst index c97af00..932ca8b 100644 --- a/Doc/library/subprocess.rst +++ b/Doc/library/subprocess.rst @@ -435,7 +435,7 @@ The :class:`STARTUPINFO` class and following constants are only available on Windows. .. class:: STARTUPINFO() - + Partial support of the Windows `STARTUPINFO <http://msdn.microsoft.com/en-us/library/ms686331(v=vs.85).aspx>`__ structure is used for :class:`Popen` creation. @@ -475,7 +475,7 @@ on Windows. `ShowWindow <http://msdn.microsoft.com/en-us/library/ms633548(v=vs.85).aspx>`__ function, except for ``SW_SHOWDEFAULT``. Otherwise, this member is ignored. - + :data:`SW_HIDE` is provided for this attribute. It is used when :class:`Popen` is called with ``shell=True``. @@ -519,7 +519,7 @@ The :mod:`subprocess` module exposes the following constants. The new process has a new console, instead of inheriting its parent's console (the default). - + This flag is always set when :class:`Popen` is created with ``shell=True``. |