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

SourceForge.net noreply at sourceforge.net
Fri Feb 9 19:54:47 CET 2007


Bugs item #1653940, was opened at 2007-02-07 09:25
Message generated for change (Comment added) made by gbrandl
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: Closed
>Resolution: Invalid
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.


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

>Comment By: Georg Brandl (gbrandl)
Date: 2007-02-09 18:54

Message:
Logged In: YES 
user_id=849994
Originator: NO

No, the current version is correct.

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

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