Kaydet (Commit) 73365dd8 authored tarafından Brian Curtin's avatar Brian Curtin

whitespace...

üst e6242d77
...@@ -435,7 +435,7 @@ The :class:`STARTUPINFO` class and following constants are only available ...@@ -435,7 +435,7 @@ The :class:`STARTUPINFO` class and following constants are only available
on Windows. on Windows.
.. class:: STARTUPINFO() .. class:: STARTUPINFO()
Partial support of the Windows Partial support of the Windows
`STARTUPINFO <http://msdn.microsoft.com/en-us/library/ms686331(v=vs.85).aspx>`__ `STARTUPINFO <http://msdn.microsoft.com/en-us/library/ms686331(v=vs.85).aspx>`__
structure is used for :class:`Popen` creation. structure is used for :class:`Popen` creation.
...@@ -475,7 +475,7 @@ on Windows. ...@@ -475,7 +475,7 @@ on Windows.
`ShowWindow <http://msdn.microsoft.com/en-us/library/ms633548(v=vs.85).aspx>`__ `ShowWindow <http://msdn.microsoft.com/en-us/library/ms633548(v=vs.85).aspx>`__
function, except for ``SW_SHOWDEFAULT``. Otherwise, this member is function, except for ``SW_SHOWDEFAULT``. Otherwise, this member is
ignored. ignored.
:data:`SW_HIDE` is provided for this attribute. It is used when :data:`SW_HIDE` is provided for this attribute. It is used when
:class:`Popen` is called with ``shell=True``. :class:`Popen` is called with ``shell=True``.
...@@ -519,7 +519,7 @@ The :mod:`subprocess` module exposes the following constants. ...@@ -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 The new process has a new console, instead of inheriting its parent's
console (the default). console (the default).
This flag is always set when :class:`Popen` is created with ``shell=True``. This flag is always set when :class:`Popen` is created with ``shell=True``.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment