Bugs item #1653940, was opened at 2007-02-07 10:25
Message generated for change (Settings changed) made by noflux
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1653940&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Emil Lind (noflux)
Assigned to: Nobody/Anonymous (nobody)
>Summary: popen - docs - wrong order on fileobjects in tuple returned

Initial Comment:
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.


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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1653940&group_id=5470
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to