R. David Murray added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18814>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to