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 roysmith
Recipients georg.brandl, roysmith
Date 2008-04-15.04:31:41
SpamBayes Score 0.035573646
Marked as misclassified No
Message-id <1208233905.92.0.0192378489654.issue2634@psf.upfronthosting.co.za>
In-reply-to
Content
Note: this is (sort of) related to Issue2633.

http://docs.python.org/lib/os-process.html (14.1.5 Process Management).

The docs for os.execvpe() say, "the env parameter must be a mapping which 
is used to define the environment variables for the new process".  It's 
not clear if this mapping replaces the existing environment, or defines 
additional entries which are added to the existing environment.  This 
should be clarified.

This applies to the spawn*() methods too.
History
Date User Action Args
2008-04-15 04:31:48roysmithsetspambayes_score: 0.0355736 -> 0.035573646
recipients: + roysmith, georg.brandl
2008-04-15 04:31:45roysmithsetspambayes_score: 0.0355736 -> 0.0355736
messageid: <1208233905.92.0.0192378489654.issue2634@psf.upfronthosting.co.za>
2008-04-15 04:31:44roysmithlinkissue2634 messages
2008-04-15 04:31:42roysmithcreate