Message 196049 - Python tracker

Message196049

Author vstinner
Recipients Arfrever, ezio.melotti, ncoghlan, pitrou, r.david.murray, serhiy.storchaka, vstinner
Date 2013-08-23.22:06:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377295599.71.0.253344841521.issue18814@psf.upfronthosting.co.za>
In-reply-to
Content
"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?
History
Date User Action Args
2013-08-23 22:06:39vstinnersetrecipients: + vstinner, ncoghlan, pitrou, ezio.melotti, Arfrever, r.david.murray, serhiy.storchaka
2013-08-23 22:06:39vstinnersetmessageid: <1377295599.71.0.253344841521.issue18814@psf.upfronthosting.co.za>
2013-08-23 22:06:39vstinnerlinkissue18814 messages
2013-08-23 22:06:39vstinnercreate