Bugs item #1248036, was opened at 2005-07-30 19:51
Message generated for change (Comment added) made by birkenfeld
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: Closed
>Resolution: Invalid
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).



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

>Comment By: Reinhold Birkenfeld (birkenfeld)
Date: 2005-07-30 20:39

Message:
Logged In: YES 
user_id=1188172

The docs are correct. Note that the popen2.popen2 method has
a different return value than os.popen2.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1248036&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