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 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:05Anthony Sottilesetrecipients: + Anthony Sottile, mark, r.david.murray, brian.curtin, docs@python, dabrahams, RubyTuesdayDONO
2016-03-24 22:39:05Anthony Sottilesetmessageid: <1458859145.77.0.309110828854.issue8557@psf.upfronthosting.co.za>
2016-03-24 22:39:05Anthony Sottilelinkissue8557 messages
2016-03-24 22:39:05Anthony Sottilecreate