Patches item #1576120, was opened at 2006-10-12 22:57
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=1576120&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: Windows
Group: Python 2.6
Status: Open
Resolution: None
Priority: 5
Submitted By: Snaury (snaury)
Assigned to: Nobody/Anonymous (nobody)
Summary: Support spawnvp[e] + use native execvp[e] on win32

Initial Comment:
This patch adds support for os.spawnvp and os.spawnvpe
by using implementation previously used on OS/2 only
(not it is also used if HAVE_SPAWNVP is defined). Also
it adds native os.execvp and os.execvpe (if HAVE_EXECVP
is defined) and changes Lib/os.py so that it won't
overwrite these functions if they exist.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1576120&group_id=5470
_______________________________________________
Patches mailing list
[email protected]
http://mail.python.org/mailman/listinfo/patches

Reply via email to