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 martin.panter
Recipients Arfrever, ezio.melotti, lemburg, martin.panter, ncoghlan, pitrou, r.david.murray, serhiy.storchaka, sjt, steven.daprano, vstinner
Date 2015-09-27.05:00:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443330034.45.0.632463225898.issue18814@psf.upfronthosting.co.za>
In-reply-to
Content
[padding]

I think my suggested colours for the bikeshed would be handle_surrogates() and handle_surrogateescape(). “Rehandle” seems awkward and too assuming to me. And I agree with Serhiy that surrogates are a Unicode thing, not just related to the “surrogatepass” handler.

Adding them to “codecs” makes sense to me. The most important one, handle_surrogateescape() or equivalent, is closely related to the error handler of that module.

Having handle_surrogateescape or equivalent would probably be useful for Issue 25184 (displaying an arbitrary file path in a UTF-8 HTML file).
History
Date User Action Args
2015-09-27 05:00:34martin.pantersetrecipients: + martin.panter, lemburg, ncoghlan, pitrou, vstinner, ezio.melotti, Arfrever, steven.daprano, r.david.murray, sjt, serhiy.storchaka
2015-09-27 05:00:34martin.pantersetmessageid: <1443330034.45.0.632463225898.issue18814@psf.upfronthosting.co.za>
2015-09-27 05:00:34martin.panterlinkissue18814 messages
2015-09-27 05:00:34martin.pantercreate