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 serhiy.storchaka
Recipients Arfrever, ezio.melotti, ncoghlan, pitrou, r.david.murray, serhiy.storchaka, vstinner
Date 2014-08-24.09:11:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408871484.58.0.0158116367973.issue18814@psf.upfronthosting.co.za>
In-reply-to
Content
I agree with Ezio in all points. escaped_surrogates is inefficient for any purposes and incomplete. _match_surrogates can be created in more efficient way. clean() has too general and misleading name. redecode() looks just ridiculous, this cumbersome 4-argument function just combine two methods.
History
Date User Action Args
2014-08-24 09:11:24serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, pitrou, vstinner, ezio.melotti, Arfrever, r.david.murray
2014-08-24 09:11:24serhiy.storchakasetmessageid: <1408871484.58.0.0158116367973.issue18814@psf.upfronthosting.co.za>
2014-08-24 09:11:24serhiy.storchakalinkissue18814 messages
2014-08-24 09:11:24serhiy.storchakacreate