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 ncoghlan
Recipients Arfrever, ezio.melotti, lemburg, ncoghlan, pitrou, r.david.murray, serhiy.storchaka, sjt, vstinner
Date 2015-05-12.04:53:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431406440.1.0.902774644202.issue18814@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-05-12 04:54:00ncoghlansetrecipients: + ncoghlan, lemburg, pitrou, vstinner, ezio.melotti, Arfrever, r.david.murray, sjt, serhiy.storchaka
2015-05-12 04:54:00ncoghlansetmessageid: <1431406440.1.0.902774644202.issue18814@psf.upfronthosting.co.za>
2015-05-12 04:54:00ncoghlanlinkissue18814 messages
2015-05-12 04:53:59ncoghlancreate