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 tim.golden
Recipients BreamoreBoy, Eli_B, pekka.klarck, steve.dower, tim.golden, zach.ware
Date 2015-02-04.18:06:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423073173.95.0.342665304165.issue17023@psf.upfronthosting.co.za>
In-reply-to
Content
Under the covers, subprocess is calling CreateProcess so there's really not very much we can do here, short of writing our own PATH-handling.

As a matter of fact, passing shell=True will produce the desired effect. Since the only thing this does is to run the process under cmd.exe I assume that cmd.exe itself adds some kind of PATH handling of its own.

I recommend closing as "won't fix".
History
Date User Action Args
2015-02-04 18:06:14tim.goldensetrecipients: + tim.golden, pekka.klarck, BreamoreBoy, Eli_B, zach.ware, steve.dower
2015-02-04 18:06:13tim.goldensetmessageid: <1423073173.95.0.342665304165.issue17023@psf.upfronthosting.co.za>
2015-02-04 18:06:13tim.goldenlinkissue17023 messages
2015-02-04 18:06:13tim.goldencreate