On Oct 23, 2008, at 5:27 AM, Hermann Himmelbauer wrote:
> Am Mittwoch 22 Oktober 2008 16:44:58 schrieb Satchidanand Haridas:
>> What version of zope.session are you using?
>>
>> A fix (using zope.minmax) for ConflictErrors related to the update of
>> access time on sessionData object was committe
Summary of messages to the zope-tests list.
Period Wed Oct 22 11:00:00 2008 UTC to Thu Oct 23 11:00:00 2008 UTC.
There were 5 messages: 5 from Zope Tests.
Tests passed OK
---
Subject: OK : Zope-2.8 Python-2.3.6 : Linux
From: Zope Tests
Date: Wed Oct 22 20:57:29 EDT 2008
URL: http://m
Am Mittwoch 22 Oktober 2008 16:44:58 schrieb Satchidanand Haridas:
> What version of zope.session are you using?
>
> A fix (using zope.minmax) for ConflictErrors related to the update of
> access time on sessionData object was committed into zope.session in
> rev76899. Not sure if that solves this
On Thu, Oct 23, 2008 at 08:57:30AM +0200, Thomas Lotze wrote:
> Jim Fulton wrote:
>
> > I would change it to just use getattr rather than hasattr.
> >
> > try:
> > getattr(ob, name)
> > except AttributeError:
> > return False
> > ...
>
> Given the controversy about our original proposal,