This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author methane
Recipients Arfrever, berker.peksag, ishimoto, jwilk, loewis, martin.panter, methane, mrabarnett, ncoghlan, nikratio, pitrou, quad, rurpy2, serhiy.storchaka, vstinner
Date 2017-01-10.13:04:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484053460.96.0.353998039643.issue15216@psf.upfronthosting.co.za>
In-reply-to
Content
I had not read the patch carefully when updating.
Now I'm reading pure Python part of the patch.

For writing side, this patch is very simple.
For reading side, this patch is very complex, because TextIOWrapper.tell()
and .seek() is complex already.

How about starting this API which works only when `self._decoder is None`?
Regardless acceptance of PEP 538 and PEP 540, this is important to change
stdio encoding.

We already failed to ship this important API in 3.6.
History
Date User Action Args
2017-01-10 13:04:21methanesetrecipients: + methane, loewis, ishimoto, ncoghlan, pitrou, vstinner, jwilk, mrabarnett, Arfrever, nikratio, rurpy2, berker.peksag, martin.panter, serhiy.storchaka, quad
2017-01-10 13:04:20methanesetmessageid: <1484053460.96.0.353998039643.issue15216@psf.upfronthosting.co.za>
2017-01-10 13:04:20methanelinkissue15216 messages
2017-01-10 13:04:20methanecreate