[Python-bugs-list] [ python-Bugs-615212 ] popen2 returne objects is in wrong order

noreply@sourceforge.net noreply@sourceforge.net
Thu, 26 Sep 2002 13:49:12 -0700


Bugs item #615212, was opened at 2002-09-26 20:49
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=615212&group_id=5470

Category: Documentation
Group: Python 2.2.1
Status: Open
Resolution: None
Priority: 5
Submitted By: Emil S. Hansen (eshesh)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: popen2 returne objects is in wrong order

Initial Comment:
http://www.python.org/doc/current/lib/os-newstreams.html
list popen2's returned objects as (child_stdin,
child_stdout) while popen2.py list them as
(child_stdout, child_stdin). Quite a difference.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=615212&group_id=5470