1 message in org.python.python-bugs-list[ python-Bugs-907457 ] Docs for os, p...
FromSent OnAttachments
SourceForge.netMar 1, 2004 6:00 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[ python-Bugs-907457 ] Docs for os, popen2 omit list argument to popen2() et alActions...
From:SourceForge.net (nore@sourceforge.net)
Date:Mar 1, 2004 6:00:37 am
List:org.python.python-bugs-list

Bugs item #907457, was opened at 2004-03-01 11:00 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=907457&group_id=5470

Category: Documentation Group: None Status: Open Resolution: None Priority: 5 Submitted By: Michael Hoffman (hoffmanm) Assigned to: Nobody/Anonymous (nobody) Summary: Docs for os, popen2 omit list argument to popen2() et al

Initial Comment: http://www.python.org/doc/current/lib/os-newstreams.html and http://www.python.org/doc/current/lib/module-popen2.html do not give any indication that you can use a list for cmd instead of a string and os.execvp() will be used instead of setting up a subshell.

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