This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kbk
Recipients kbk, taleinat
Date 2007-10-28.02:42:47
SpamBayes Score 0.12639105
Marked as misclassified No
Message-id <1193539369.11.0.0710577455816.issue1252@psf.upfronthosting.co.za>
In-reply-to
Content
I'll respond further shortly.  In the meantime, please notice that
Delegator3.py works the same whether or not your Delegator.__call__()
method is commented out.  That's because you needed to define __call__()
methods in your filters.

We are still suffering from semantic overload.  Let's call the instances
which are chained 'filters' and the Delegator mixin machinery 'nodes' for
the purposes of this discussion (because they act much like the nodes in
a traditional Lisp list).
History
Date User Action Args
2007-10-28 02:42:49kbksetspambayes_score: 0.126391 -> 0.12639105
recipients: + kbk, taleinat
2007-10-28 02:42:49kbksetspambayes_score: 0.126391 -> 0.126391
messageid: <1193539369.11.0.0710577455816.issue1252@psf.upfronthosting.co.za>
2007-10-28 02:42:48kbklinkissue1252 messages
2007-10-28 02:42:48kbkcreate