[ZODB-Dev] Read conflicts.

Chris Withers chrisw@nipltd.com
Thu, 09 Aug 2001 13:38:33 +0100


Chris McDonough wrote:
> 
> FWIW, I've found places in the code where we check for a ConflictError
> by identity (e.g. "t is ConflictError"), so in order to add new
> ConflictError types, we'd need to go fix these places.

surely "isinstance(t,ConflictError)" would be better anyway?

cheers,

Chris