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.

Author jbronn
Recipients jbronn
Date 2007-09-30.03:27:52
SpamBayes Score 0.012175626
Marked as misclassified No
Message-id <1191122873.79.0.547825097703.issue1220@psf.upfronthosting.co.za>
In-reply-to
Content
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)`.
History
Date User Action Args
2007-09-30 03:27:54jbronnsetspambayes_score: 0.0121756 -> 0.012175626
recipients: + jbronn
2007-09-30 03:27:53jbronnsetspambayes_score: 0.0121756 -> 0.0121756
messageid: <1191122873.79.0.547825097703.issue1220@psf.upfronthosting.co.za>
2007-09-30 03:27:53jbronnlinkissue1220 messages
2007-09-30 03:27:52jbronncreate