Message274699
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
'' |
|
Date |
User |
Action |
Args |
2016-09-07 01:51:19 | martin.panter | set | 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 | set | messageid: <1473213079.6.0.910188142523.issue6135@psf.upfronthosting.co.za> |
2016-09-07 01:51:19 | martin.panter | link | issue6135 messages |
2016-09-07 01:51:19 | martin.panter | create | |
|