[ python-Bugs-998066 ] typo in os.popen4 documentation

SourceForge.net noreply at sourceforge.net
Mon Jul 26 16:06:15 CEST 2004


Bugs item #998066, was opened at 2004-07-26 09:04
Message generated for change (Settings changed) made by chen23
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=998066&group_id=5470

Category: Documentation
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Eric Chen (chen23)
Assigned to: Nobody/Anonymous (nobody)
>Summary: typo in os.popen4 documentation

Initial Comment:
on the page:

http://www.python.org/doc/2.3.4/lib/module-popen2.html

it lists os.popen4 return as:

Returns the file objects (child_stdout_and_stderr, child_stdin)

in practice it would appear to be (Solaris):

Returns the file objects (child_stdin,child_stdout_and_stderr)



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

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


More information about the Python-bugs-list mailing list