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.

作者 vstinner
收信人 Arfrever, ezio.melotti, ncoghlan, pitrou, r.david.murray, serhiy.storchaka, vstinner
日期 2013-08-23.22:06:39
SpamBayes Score -1.0
Marked as misclassified
Message-id <1377295599.71.0.253344841521.issue18814@psf.upfronthosting.co.za>
In-reply-to
内容
"The email package needs has_escaped_bytes.  Currently it tries to encode to ascii to find out if there are any, which we proved by microbenchmark is the fastest way to do it as things stand."

In which function you need to check this? What do you do if there are surrogate characters?
历史
日期 用户 动作 参数
2013-08-23 22:06:39vstinner修改recipients: + vstinner, ncoghlan, pitrou, ezio.melotti, Arfrever, r.david.murray, serhiy.storchaka
2013-08-23 22:06:39vstinner修改messageid: <1377295599.71.0.253344841521.issue18814@psf.upfronthosting.co.za>
2013-08-23 22:06:39vstinner链接issue18814 messages
2013-08-23 22:06:39vstinner创建