[issue11454] email.message import time

R. David Murray report at bugs.python.org
Sun Sep 23 20:22:09 CEST 2012


R. David Murray added the comment:

I'm really not willing to inline any of those pre-compiled regular expressions.  They are precompiled because for a program processing lots of email, they are hot spots.  We could use the same "compile on demand" dodge on them, though.

Can you explain your changes to the

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11454>
_______________________________________


More information about the Python-bugs-list mailing list