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.

作者 r.david.murray
收信人 Arfrever, ncoghlan, r.david.murray
日期 2013-08-23.11:02:55
SpamBayes Score -1.0
Marked as misclassified
Message-id <1377255775.3.0.898468795258.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.

What does replace do?  Replace it with the unknown character code point?  Email also needs that.
历史
日期 用户 动作 参数
2013-08-23 11:02:55r.david.murray修改recipients: + r.david.murray, ncoghlan, Arfrever
2013-08-23 11:02:55r.david.murray修改messageid: <1377255775.3.0.898468795258.issue18814@psf.upfronthosting.co.za>
2013-08-23 11:02:55r.david.murray链接issue18814 messages
2013-08-23 11:02:55r.david.murray创建