This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author snaury
Recipients
Date 2006-10-12.18:57:08
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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.
History
Date User Action Args
2007-08-23 15:55:00adminlinkissue1576120 messages
2007-08-23 15:55:00admincreate