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.

Author r.david.murray
Recipients Arfrever, ezio.melotti, ncoghlan, pitrou, r.david.murray, serhiy.storchaka, vstinner
Date 2014-08-25.14:50:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408978242.21.0.0114056940175.issue18814@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-08-25 14:50:42r.david.murraysetrecipients: + r.david.murray, ncoghlan, pitrou, vstinner, ezio.melotti, Arfrever, serhiy.storchaka
2014-08-25 14:50:42r.david.murraysetmessageid: <1408978242.21.0.0114056940175.issue18814@psf.upfronthosting.co.za>
2014-08-25 14:50:42r.david.murraylinkissue18814 messages
2014-08-25 14:50:42r.david.murraycreate