Message262382
| Author | Anthony Sottile |
|---|---|
| Recipients | Anthony Sottile, RubyTuesdayDONO, brian.curtin, dabrahams, docs@python, mark, r.david.murray |
| Date | 2016-03-24.22:39:05 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1458859145.77.0.309110828854.issue8557@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Here's the workaround I'm opting for:
if sys.platform =='win32':
distutils.spawn.find_executable(cmd[0]) + cmd[1:] |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-03-24 22:39:05 | Anthony Sottile | set | recipients: + Anthony Sottile, mark, r.david.murray, brian.curtin, docs@python, dabrahams, RubyTuesdayDONO |
| 2016-03-24 22:39:05 | Anthony Sottile | set | messageid: <1458859145.77.0.309110828854.issue8557@psf.upfronthosting.co.za> |
| 2016-03-24 22:39:05 | Anthony Sottile | link | issue8557 messages |
| 2016-03-24 22:39:05 | Anthony Sottile | create | |