消息 [274699]
Maybe good to adjust the other mentions of universal_newlines, e.g. for check_output(). The Posix version of the multiple-pipe _communicate() method probably needs adjusting too. Test case:
>>> check_output(("true",), encoding="ascii", input="") # Should be text
b''
>>> check_output(("true",), encoding="ascii") # Correct result
'' |
|
| 日期 |
用户 |
动作 |
参数 |
| 2016-09-07 01:51:19 | martin.panter | 修改 | recipients:
+ martin.panter, amaury.forgeotdarc, ncoghlan, pitrou, vstinner, mark, eric.araujo, segfaulthunter, Arfrever, r.david.murray, srid, mightyiam, chris.jerdonek, eryksun, steve.dower, berwin22 |
| 2016-09-07 01:51:19 | martin.panter | 修改 | messageid: <1473213079.6.0.910188142523.issue6135@psf.upfronthosting.co.za> |
| 2016-09-07 01:51:19 | martin.panter | 链接 | issue6135 messages |
| 2016-09-07 01:51:19 | martin.panter | 创建 | |
|