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 ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
