[Patches] [ python-Patches-1042705 ] bbetter document popenX 'cmd' argument

SourceForge.net noreply at sourceforge.net
Fri Oct 8 03:43:04 CEST 2004


Patches item #1042705, was opened at 2004-10-07 20:43
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1042705&group_id=5470

Category: Documentation
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jeff Epler (jepler)
Assigned to: Nobody/Anonymous (nobody)
Summary: bbetter document popenX 'cmd' argument

Initial Comment:
Documentation and docstrings for the 'cmd'-as-sequence
usage of popenX functions in os and popen2 on unix. 
All texts are a variation on the following:
    On \UNIX, \var{cmd} may be a sequence, in which
case arguments will be passed directly to the program
without shell intervention (as with
\function{os.spawnv()}.  If \var{cmd} is a string it
will be passed to the shell (as with
\function{os.system()}).

See also 888380 for an older patch addressing the same
issue.  If this patch is applied, that tracker item
should be closed too.

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

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


More information about the Patches mailing list