Issue 1653940: popen - docs - wrong order on fileobjects in tuple returned (original) (raw)

Issue1653940

Created on 2007-02-07 09:25 by noflux, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg31209 - (view) Author: Emil Lind (noflux) Date: 2007-02-07 09:25
http://docs.python.org/lib/module-popen2.html (child_stdout, child_stdin, child_stderr) should probably be (child_stdin, child_stdout, child_stderr) and so on.
msg31210 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-02-09 18:54
No, the current version is correct.
History
Date User Action Args
2022-04-11 14:56:22 admin set github: 44555
2007-02-07 09:25:41 noflux create