Message274644
6135_4.patch: Hum, what if you only set errors? I suggest to use TextIOWrapper but use the locale encoding:
if (universal_newlines or errors) and not encoding:
encoding = getpreferredencoding(False) |
|
| Date |
User |
Action |
Args |
| 2016-09-06 22:34:21 | vstinner | set | 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 22:34:21 | vstinner | set | messageid: <[email protected]> |
| 2016-09-06 22:34:21 | vstinner | link | issue6135 messages |
| 2016-09-06 22:34:21 | vstinner | create | |
|