消息 [266071]
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. |
|
| 日期 |
用户 |
动作 |
参数 |
| 2016-05-22 12:18:32 | vstinner | 修改 | 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 | 链接 | issue27048 messages |
| 2016-05-22 12:18:32 | vstinner | 创建 | |
|