mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
[Bug #918710] Add paragraph to clarify docs
This commit is contained in:
parent
26f6bdf4f1
commit
e1ca355425
1 changed files with 5 additions and 0 deletions
|
@ -380,6 +380,11 @@ Availability: \UNIX, Windows.
|
|||
\begin{funcdesc}{popen4}{cmd\optional{, mode\optional{, bufsize}}}
|
||||
Executes \var{cmd} as a sub-process. Returns the file objects
|
||||
\code{(\var{child_stdin}, \var{child_stdout_and_stderr})}.
|
||||
|
||||
(Note that \code{\var{child_stdin}, \var{child_stdout}, and
|
||||
\var{child_stderr}} are named from the point of view of the child
|
||||
process, i.e. \var{child_stdin} is the child's standard input.)
|
||||
|
||||
Availability: \UNIX, Windows.
|
||||
\versionadded{2.0}
|
||||
\end{funcdesc}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue