Kaydet (Commit) 91ca8de6 authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

[Bug #850818] Accept Gregory H. Ball's suggested rewrite of a confusing description

üst 7a3786cc
......@@ -106,9 +106,10 @@ A file object that provides input to the child process.
\end{memberdesc}
\begin{memberdesc}{childerr}
Where the standard error from the child process goes is
\var{capturestderr} was true for the constructor, or \code{None}.
This will always be \code{None} for \class{Popen4} instances.
A file object that provides error output from the child process, if
\var{capturestderr} was true for the constructor, otherwise
\code{None}. This will always be \code{None} for \class{Popen4}
instances.
\end{memberdesc}
\begin{memberdesc}{pid}
......
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