[ python-Bugs-886619 ] wrong documentation for popen2

SourceForge.net noreply at sourceforge.net
Wed Jan 28 19:07:13 EST 2004


Bugs item #886619, was opened at 2004-01-28 19:07
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=886619&group_id=5470

Category: Documentation
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Serge Winitzki (winitzki)
Assigned to: Nobody/Anonymous (nobody)
Summary: wrong documentation for popen2

Initial Comment:
the python 2.3.3 library documentation for popen2 says:
( file:///usr/share/doc/python2.3/html/lib/module-popen2.html)

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

however, the actual behavior of python 2.3.3 is to return (child_stdin, child_stdout) - in the reverse order.

I haven't checked with popen3 and popen4.

thanks.

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

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



More information about the Python-bugs-list mailing list