Message225875
Right now having has_escaped_bytes isn't too important, since I've done nothing to profile and improve the performance of the new email code. But eventually I'll need it, because detecting the existence of escaped bytes is inside some of the inner loops in the header processing code. "s != s.clean_escaped_bytes()" (or whatever you call it) just smells wrong as a way to spell has_escaped_bytes. |
|
Date |
User |
Action |
Args |
2014-08-25 14:50:42 | r.david.murray | set | recipients:
+ r.david.murray, ncoghlan, pitrou, vstinner, ezio.melotti, Arfrever, serhiy.storchaka |
2014-08-25 14:50:42 | r.david.murray | set | messageid: <1408978242.21.0.0114056940175.issue18814@psf.upfronthosting.co.za> |
2014-08-25 14:50:42 | r.david.murray | link | issue18814 messages |
2014-08-25 14:50:42 | r.david.murray | create | |
|