John W. Baxter wrote: > On 5/7/05 4:45 AM, "Brad Knowles" <[EMAIL PROTECTED]> wrote: > >>Mailman 2.1.5 required Python 2.3, but in theory this was >>supposed to be fixed in Mailman 2.1.6, easing the restriction back >>down to Python 2.1. > > Which would imply that Barry's new email module is good back at least to > Python 2.1. (If so, that tells me we can use it (with a Python 2.3.x > system) to perhaps reduce the incidence of certain errors. Not a > Mailman-related program suite.) >
Hi, I think I could track this down. I used Unicode{En|De}codeError but they are introduced in Python2.3. It should be UnicodeError and this catches both encode ande decode errots. I've updated CVS with this fix for Decorate.py and cmd_subscribe.py. It was my fault not Barry's. -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org 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/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp