[Mailman-Users] Empty module name again

Brian Wilson bwilson at ihpva.org
Sun Jun 6 07:03:30 CEST 2004


It seems to have done the trick. Thanks from me
and the 100+ members of the affected list!

Brian

On Sat, 5 Jun 2004, Tokio Kikuchi wrote:

> Hi
>
> This patch should work.
>
> --- ToDigest.py.orig    Sat Jun  5 18:54:11 2004
> +++ ToDigest.py Sat Jun  5 18:55:22 2004
> @@ -390,6 +390,6 @@
>           ustr = h.__unicode__()
>           oneline = UEMPTYSTRING.join(ustr.splitlines())
>           return oneline.encode(cset, 'replace')
> -    except (LookupError, UnicodeError):
> +    except (LookupError, UnicodeError, ValueError):
>           # possibly charset problem. return with undecoded string in
> one line.
>           return EMPTYSTRING.join(s.splitlines())
>

-- 
Brian Wilson
Corvallis, Oregon
541-368-4120







More information about the Mailman-Users mailing list