New submission from Justin Bronn: The Python website says that the following tuple is returned from popen3: "Returns the file objects (child_stdout, child_stdin, child_stderr)." See http://docs.python.org/lib/module-popen2.html.
However, the docstring of popen3 gets the order right (using Python 2.5.1): "The file objects (child_stdin, child_stdout, child_stderr) are returned." See `help(os.popen3)`. ---------- components: Documentation messages: 56198 nosy: jbronn severity: normal status: open title: popen3 website documentation inconsistency versions: Python 2.5 __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1220> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com