Patches item #1454425, was opened at 2006-03-20 11:11 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=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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1454425&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
