Message266071
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. |
|
Date |
User |
Action |
Args |
2016-05-22 12:18:32 | vstinner | set | recipients:
+ 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:32 | vstinner | link | issue27048 messages |
2016-05-22 12:18:32 | vstinner | create | |
|