Re: [Zope-dev] ZopePublication Competing writes/reads

2008-10-23 Thread Zvezdan Petkovic
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

[Zope-dev] Zope Tests: 5 OK

2008-10-23 Thread Zope Tests Summarizer
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

Re: [Zope-dev] ZopePublication Competing writes/reads

2008-10-23 Thread Hermann Himmelbauer
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

Re: [Zope-dev] zope.interface: verifyObject vs properties

2008-10-23 Thread Marius Gedminas
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,