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.

作者 ncoghlan
收信人 Arfrever, ezio.melotti, lemburg, ncoghlan, pitrou, r.david.murray, serhiy.storchaka, sjt, vstinner
日期 2015-05-12.04:53:59
SpamBayes Score -1.0
Marked as misclassified
Message-id <1431406440.1.0.902774644202.issue18814@psf.upfronthosting.co.za>
In-reply-to
内容
I suggest we defer this one to 3.6 - I still think it's worth doing, but I don't think it's a major barrier to migration, and it would be good to get some real world experience with the new sys.stdin behaviour of defaulting to using surrogateescape in the POSIX locale in 3.5 before committing to a particular design for the surrogate cleaning API.

I do like the idea of a "string.internals" submodule as a possible home for exposing the Python level API.
历史
日期 用户 动作 参数
2015-05-12 04:54:00ncoghlan修改recipients: + ncoghlan, lemburg, pitrou, vstinner, ezio.melotti, Arfrever, r.david.murray, sjt, serhiy.storchaka
2015-05-12 04:54:00ncoghlan修改messageid: <1431406440.1.0.902774644202.issue18814@psf.upfronthosting.co.za>
2015-05-12 04:54:00ncoghlan链接issue18814 messages
2015-05-12 04:53:59ncoghlan创建