glen martin wrote:
>
>Custom handlers look interesting, thanks for the pointer.  Having read
>the page it seems that to use my custom handler for just one list, in
>all methods I have to hard-code a new handler chain in entirety.  Do I
>correctly understand that one can't add the new handler as a delta for a
>single list (eg somehow akin to GLOBAL_PIPELINE.insert described for
>global list changes)?  Goal being to permit further global changes to be
>reflected in the single list as well without having to remember to
>update the chain on the single list.


It's slightly tricky because you have to do the insert into a copy of
GLOBAL_PIPELINE, but I have updated the FAQ
<http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.067.htp>
to show how to do it.

Thanks for suggesting this.

-- 
Mark Sapiro <[EMAIL PROTECTED]>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
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&amp;file=faq01.027.htp

Reply via email to