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-14.20:44:35
SpamBayes Score 0.073223986
Marked as misclassified No
Message-id <1208205877.08.0.141694096579.issue2633@psf.upfronthosting.co.za>
In-reply-to
Content
http://docs.python.org/lib/node528.html (17.1.1 Using the subprocess 
Module) describes the "env" parameter thusly:

If env is not None, it defines the environment variables for the new 
process.

This is too vague to be useful.  If it's not None, what should it be?  A 
dictionary in the style of os.environ?  A sequence of name/value pairs?  A 
string with some sort of delimiter between each entry?
History
Date User Action Args
2008-04-14 20:44:37roysmithsetspambayes_score: 0.073224 -> 0.073223986
recipients: + roysmith, georg.brandl
2008-04-14 20:44:37roysmithsetspambayes_score: 0.073224 -> 0.073224
messageid: <1208205877.08.0.141694096579.issue2633@psf.upfronthosting.co.za>
2008-04-14 20:44:35roysmithlinkissue2633 messages
2008-04-14 20:44:35roysmithcreate