Aamir Khan wrote:
>
>Mark Sapiro <m...@msapiro.net> wrote:
>
>>
>> Which means that bin/disabled.py won't work because it hasn't been
>> fully converted from 2.1 yet. It should be using the send_probe()
>> function instead of sendNextNotification().
>>
>
>Yes. I also think so. I have changed the function to send_probe() and ran
>through all the test again to make sure that nothing breaks.


I don't think you can simply change mlist.sendNextNotification(member)
to mlist.send_probe(member) because send_probe() is not a list method,
plus it requires a message argument in addition to the member argument.

Also, it is apparent that the test suite is not testing bin/disabled.py
or it would have been failing all along.

-- 
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

_______________________________________________
Mailman-Developers mailing list
Mailman-Developers@python.org
http://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to