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 zach.ware
Recipients dwvisser, vinay.sajip, zach.ware
Date 2019-05-30.16:01:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559232081.17.0.992719984851.issue37101@roundup.psfhosted.org>
In-reply-to
Content
This could simplify even further with the following:

def filter(self, record):
    return all(getattr(f, 'filter', f)(record) for f in self.filters)
History
Date User Action Args
2019-05-30 16:01:21zach.waresetrecipients: + zach.ware, vinay.sajip, dwvisser
2019-05-30 16:01:21zach.waresetmessageid: <1559232081.17.0.992719984851.issue37101@roundup.psfhosted.org>
2019-05-30 16:01:21zach.warelinkissue37101 messages
2019-05-30 16:01:21zach.warecreate