mirror of
https://github.com/python/cpython.git
synced 2025-09-12 19:57:40 +00:00
- make a module reference a hyperlink
- wrap a long line
This commit is contained in:
parent
830d8b8b80
commit
151df0794d
1 changed files with 3 additions and 2 deletions
|
@ -30,8 +30,9 @@ by using the \method{poll()} or \method{wait()} methods on the
|
||||||
\UNIX. This information is not available when using the
|
\UNIX. This information is not available when using the
|
||||||
\function{popen2()}, \function{popen3()}, and \function{popen4()}
|
\function{popen2()}, \function{popen3()}, and \function{popen4()}
|
||||||
functions, or the equivalent functions in the \refmodule{os} module.
|
functions, or the equivalent functions in the \refmodule{os} module.
|
||||||
(Note that the tuples returned by the \module{os} module's functions
|
(Note that the tuples returned by the \refmodule{os} module's functions
|
||||||
are in a different order from the ones returned by the \module{popen2} module.)
|
are in a different order from the ones returned by the \module{popen2}
|
||||||
|
module.)
|
||||||
|
|
||||||
\begin{funcdesc}{popen2}{cmd\optional{, bufsize\optional{, mode}}}
|
\begin{funcdesc}{popen2}{cmd\optional{, bufsize\optional{, mode}}}
|
||||||
Executes \var{cmd} as a sub-process. Returns the file objects
|
Executes \var{cmd} as a sub-process. Returns the file objects
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue