]> granicus.if.org Git - python/commitdiff
[Bug #998066] Mention result mismatch
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 7 Aug 2004 17:28:17 +0000 (17:28 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 7 Aug 2004 17:28:17 +0000 (17:28 +0000)
Doc/lib/libpopen2.tex

index e35d37f58fab4374fd77f775a6bbc16649ee1c9b..35faff6ba5b5a853f489857b93215f70d82bbf7c 100644 (file)
@@ -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