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.

作者 serhiy.storchaka
收信人 Arfrever, ezio.melotti, ncoghlan, pitrou, r.david.murray, serhiy.storchaka, vstinner
日期 2014-08-24.09:11:24
SpamBayes Score -1.0
Marked as misclassified
Message-id <1408871484.58.0.0158116367973.issue18814@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2014-08-24 09:11:24serhiy.storchaka修改recipients: + serhiy.storchaka, ncoghlan, pitrou, vstinner, ezio.melotti, Arfrever, r.david.murray
2014-08-24 09:11:24serhiy.storchaka修改messageid: <1408871484.58.0.0158116367973.issue18814@psf.upfronthosting.co.za>
2014-08-24 09:11:24serhiy.storchaka链接issue18814 messages
2014-08-24 09:11:24serhiy.storchaka创建