>>>>> "MM" == Marc MERLIN <[EMAIL PROTECTED]> 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

------------------------------------------------------
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users

Reply via email to