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 vstinner
Recipients abarry, dstufft, eric.araujo, eryksun, ezio.melotti, martin.panter, paul.moore, r.david.murray, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-05-22.12:18:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwaGckWtGtLE8J4TuSPXRpS8H2C+Fg4=5WFA9Zhy_com5A@mail.gmail.com>
In-reply-to <1463908734.71.0.287308006039.issue27048@psf.upfronthosting.co.za>
Content
2016-05-22 11:18 GMT+02:00 Eryk Sun <report@bugs.python.org>:
> subprocess could use "/u /c" instead of "/c". This would only affect the output of internal shell commands such as "dir" and "set".

Oh, I didn't know the interesting "cmd /u" command. It looks like a
short and working fix for the "set" issue.

As a side project, we can also evaluate using "cmd /u" by default when
shell=True is used with subprocess on Windows.
History
Date User Action Args
2016-05-22 12:18:32vstinnersetrecipients: + vstinner, paul.moore, tim.golden, ezio.melotti, eric.araujo, r.david.murray, martin.panter, zach.ware, eryksun, steve.dower, dstufft, abarry
2016-05-22 12:18:32vstinnerlinkissue27048 messages
2016-05-22 12:18:32vstinnercreate