[Zope-dev] Zope Tests: 6 OK

2010-03-20 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Fri Mar 19 12:00:00 2010 UTC to Sat Mar 20 12:00:00 2010 UTC. There were 6 messages: 6 from Zope Tests. Tests passed OK --- Subject: OK : Zope-2.10 Python-2.4.6 : Linux From: Zope Tests Date: Fri Mar 19 21:36:32 EDT 2010 URL:

Re: [Zope-dev] z3c.password and tracking failed login attempts

2010-03-20 Thread Adam GROSZER
Hello Jan, Looks good. The only weird is to define those constants in the method parameters. def _isIrrelevantRequest(self, RELEVANT=False, IRRELEVANT=True): Do you call this method from somewhere else? Maybe it would be better to change the name (and behavour) to _isRelevantRequest and go