mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
[Bug #998066] Mention result mismatch
This commit is contained in:
parent
e5dd162a07
commit
0188cdb115
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ by using the \method{poll()} or \method{wait()} methods on the
|
|||
\UNIX. This information is not available when using the
|
||||
\function{popen2()}, \function{popen3()}, and \function{popen4()}
|
||||
functions, or the equivalent functions in the \refmodule{os} module.
|
||||
(Note that the tuples returned by the \module{os} module's functions
|
||||
are in a different order from the ones returned by the \module{popen2} module.)
|
||||
|
||||
\begin{funcdesc}{popen2}{cmd\optional{, bufsize\optional{, mode}}}
|
||||
Executes \var{cmd} as a sub-process. Returns the file objects
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue