This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: popen - docs - wrong order on fileobjects in tuple returned
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, noflux
Priority: normal Keywords:

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:22adminsetgithub: 44555
2007-02-07 09:25:41nofluxcreate