[ python-Bugs-1248036 ] error in popen2() reference

SourceForge.net noreply at sourceforge.net
Sat Jul 30 19:51:32 CEST 2005


Bugs item #1248036, was opened at 2005-07-30 13:51
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1248036&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: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Lorenzo Luengo (lolxp)
Assigned to: Nobody/Anonymous (nobody)
Summary: error in popen2() reference

Initial Comment:
http://www.python.org/doc/2.4/lib/module-popen2.html
says:
popen2(  	cmd[, bufsize[, mode]])
    Executes cmd as a sub-process. Returns the file
objects (child_stdout, child_stdin).

must say:
popen2(  	cmd[, bufsize[, mode]])
    Executes cmd as a sub-process. Returns the file
objects (child_stdin, child_stdout).



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

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


More information about the Python-bugs-list mailing list