1 Nov
2001
1 Nov
'01
3:49 a.m.
Here I was I thought Conflict Errors only happen during writes, but I'm getting conflict errors in the strangest places: /home/zope/Zope/lib/python/Products/PageTemplates/Expressions.py line 332: o=object[name] inside our code, in a sorting function: return cmp(getattr(x, attribute), getattr(y, attribute)) Now these are "just" attribute/member accesses .. the objects holding the attributes (ie. "object", "x" and "y") are PropertyManagers and ObjectManagers. Anyone have any hints? Richard