[Mailman-Users] problem in replybot.py

Barry A. Warsaw barry at digicool.com
Fri Jul 13 20:56:39 CEST 2001


>>>>> "MM" == Marc MERLIN <marc_news at valinux.com> writes:

    MM> Thankyou for emailing %listname
------------------------------^^

BTW, that's why you got the AttributeError!  %l wants a Python
integer, and it was trying to coerce the SafeDict instance using int()
which (naturally) calls __int__ on the instance, which <inhale>
SafeDict doesn't have.

-Barry




More information about the Mailman-Users mailing list