Bug in rfc822

Steve Holden sholden at holdenweb.com
Mon Jul 9 08:20:40 EDT 2001


"Fredrik Lundh" <fredrik at pythonware.com> wrote ...
> phil hunt wrote:
> > I have just found out that rfc822.py doesn't conform to
> > RFC2822.
>
> sounds like it's time to rename that module ;-)
>
It would be even better to rewrite it. rfc822 builds so many lists of
characters which are later returned as strings by joining the lists, a good
C optimization would yield huge performance benefits. Pity I'm not better at
C.

regards
 Steve
--
http://www.holdenweb.com/








More information about the Python-list mailing list