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 r.david.murray
Recipients brian.curtin, georg.brandl, r.david.murray, techtonik
Date 2010-02-16.20:41:00
SpamBayes Score 4.561413e-07
Marked as misclassified No
Message-id <1266352861.51.0.06017054702.issue7939@psf.upfronthosting.co.za>
In-reply-to
Content
I think you should reread the Popen docs carefully :)

That example should be:

call([sys.executable, 'diff.py', 'oldfile', 'newfile'])

And there are examples of that call format in the Popen docs, as well as the explanation of exactly how to format the list correctly.  So again, I don't think it is a good idea to try to duplicate that in the call/check_call docs.
History
Date User Action Args
2010-02-16 20:41:01r.david.murraysetrecipients: + r.david.murray, georg.brandl, techtonik, brian.curtin
2010-02-16 20:41:01r.david.murraysetmessageid: <1266352861.51.0.06017054702.issue7939@psf.upfronthosting.co.za>
2010-02-16 20:41:00r.david.murraylinkissue7939 messages
2010-02-16 20:41:00r.david.murraycreate