[Mailman-Developers] Uncaught runner exception: 'generator' object has no attribute 'insert'

Pavel Chytil pchytil@ece.ogi.edu
Mon, 26 Nov 2001 23:46:03 -0800


Man you rule!!!

At this point seems to be working fine. I will do more testing and let you know
if any troubles will pop up.

Thanks a lot,

Pavel


Cituji z emailu od "Barry A. Warsaw" <barry@zope.com>:

> 
> >>>>> "PC" == Pavel Chytil <pchytil@asp.ogi.edu> writes:
> 
>     |     lines = email.Iterators.body_line_iterator(msg)[:]
> 
> Sorry, change this line to
> 
>           lines = list(email.Iterators.body_line_iterator(msg))
> 
> (You probably need to back out the previous patch first, before
> applying the second one I sent.)
> 
> -Barry
>