消息 [274518]
Martin Panter added the comment:
> Also, should encoding=... or errors=... be an error if universal_newlines=False (the default)?
Right. But if encoding or errors is used, universal_newlines value
should be set automatically to True.
For example, I expect Unicode when writing:
output = subprocess.call(cmd, stdout=subprocess.PIPE, encoding='utf8').stdout |
|
| 日期 |
用户 |
动作 |
参数 |
| 2016-09-06 04:44:05 | vstinner | 修改 | recipients:
+ vstinner, amaury.forgeotdarc, ncoghlan, pitrou, mark, eric.araujo, segfaulthunter, Arfrever, r.david.murray, srid, mightyiam, chris.jerdonek, martin.panter, steve.dower, berwin22 |
| 2016-09-06 04:44:05 | vstinner | 链接 | issue6135 messages |
| 2016-09-06 04:44:05 | vstinner | 创建 | |
|