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 techtonik
Date 2010-02-16.12:44:47
SpamBayes Score 0.012089449
Marked as misclassified No
Message-id <1266324289.38.0.202378770436.issue7939@psf.upfronthosting.co.za>
In-reply-to
Content
subprocess.call([arg, arg2], shell=True)  is different from subprocess.call(arg+" "+arg2, shell=True)

The last one executed correctly, the first one fails on Python 2.5.2 Debian Lenny. Why these should be different? Seems like a bug to me.
History
Date User Action Args
2010-02-16 12:44:49techtoniksetrecipients: + techtonik
2010-02-16 12:44:49techtoniksetmessageid: <1266324289.38.0.202378770436.issue7939@psf.upfronthosting.co.za>
2010-02-16 12:44:47techtoniklinkissue7939 messages
2010-02-16 12:44:47techtonikcreate