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 serhiy.storchaka
Recipients Phaqui, Roy Williams, gregory.p.smith, ned.deily, njs, serhiy.storchaka
Date 2018-02-06.07:56:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517903767.06.0.467229070634.issue31961@psf.upfronthosting.co.za>
In-reply-to
Content
Anders, the problem is that running subprocess.run(executable) instead of subprocess.run([executable]) (where executable is a path to a program) is a bug. For example it doesn't work if the path contains spaces. And PR 4329 encourages making this bug.
History
Date User Action Args
2018-02-06 07:56:07serhiy.storchakasetrecipients: + serhiy.storchaka, gregory.p.smith, ned.deily, njs, Phaqui, Roy Williams
2018-02-06 07:56:07serhiy.storchakasetmessageid: <1517903767.06.0.467229070634.issue31961@psf.upfronthosting.co.za>
2018-02-06 07:56:07serhiy.storchakalinkissue31961 messages
2018-02-06 07:56:06serhiy.storchakacreate