[ python-Bugs-1653940 ] popen - docs - wrong order on fileobjects in tuple returned

SourceForge.net noreply at sourceforge.net
Wed Feb 7 10:27:14 CET 2007


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


More information about the Python-bugs-list mailing list