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 Christian Heigele
Recipients Christian Heigele, paul.moore, steve.dower, tim.golden, zach.ware
Date 2018-02-09.10:52:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518173531.96.0.467229070634.issue32808@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

I have two machines, both Windows 10, both with python 2.7.12 (bug is also reproducible with 2.7.14), one of them has the Fall creator update (-> version 1709) and one doesn't (->version 1607). 

When I execute the checkout on some executable that is available on both machines, I get different behaviours: One the one without the fall creator update I get the output of that executable as expected as the return value. One the machine with the update I see a new command line window popping up, the executable runs through, and the return value of check_output is an empty string.

I'll use it like follow:

f = subprocess.check_output(['svn.exe', '--help'])
History
Date User Action Args
2018-02-09 10:52:12Christian Heigelesetrecipients: + Christian Heigele, paul.moore, tim.golden, zach.ware, steve.dower
2018-02-09 10:52:11Christian Heigelesetmessageid: <1518173531.96.0.467229070634.issue32808@psf.upfronthosting.co.za>
2018-02-09 10:52:11Christian Heigelelinkissue32808 messages
2018-02-09 10:52:11Christian Heigelecreate