[Patches] [ python-Patches-1454425 ] popen2 new parameter and setpgid
SourceForge.net
noreply at sourceforge.net
Mon Mar 20 13:45:42 CET 2006
Patches item #1454425, was opened at 2006-03-20 22:11
Message generated for change (Comment added) made by aimacintyre
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1454425&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: Library (Lib)
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Oskar Anderö (oskar_andero)
Assigned to: Nobody/Anonymous (nobody)
Summary: popen2 new parameter and setpgid
Initial Comment:
This patch adds a new parameter to the popen2 library
functions: a dictionary called options. This provides a
way to add options to the calls and avoiding
compatibility issues as in missing parameters etc.
I have implemented an option called "pgid" which sets
the process group ID of the spawned process.
I really would like to move bufsize and mode to this
dictionary too, but this would give backward
compatibility problems.
----------------------------------------------------------------------
>Comment By: Andrew I MacIntyre (aimacintyre)
Date: 2006-03-20 23:45
Message:
Logged In: YES
user_id=250749
Doesn't the subprocess module provide these facilities? I
just wonder about the value of changing the signatures of
the popen*() family at this point when subprocess
effectively supercedes popen*().
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1454425&group_id=5470
More information about the Patches
mailing list