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 techtonik
Recipients brian.curtin, georg.brandl, r.david.murray, techtonik
Date 2010-02-16.20:19:11
SpamBayes Score 0.0009629336
Marked as misclassified No
Message-id <1266351553.79.0.242959661923.issue7939@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks. That should be enough, although I wouldn't mind against more prominent notice to urge users to go and see Popen parameters. I would also add a second example to allow users see the difference. For instance, how to execute another Python script:

retcode = call("diff.py oldfile newfile", shell=True)
retcode = call([sys.executable], ["diff.py oldfile newfile"])
History
Date User Action Args
2010-02-16 20:19:13techtoniksetrecipients: + techtonik, georg.brandl, r.david.murray, brian.curtin
2010-02-16 20:19:13techtoniksetmessageid: <1266351553.79.0.242959661923.issue7939@psf.upfronthosting.co.za>
2010-02-16 20:19:12techtoniklinkissue7939 messages
2010-02-16 20:19:11techtonikcreate